twixter

A twtxt command line client in Rust

git clone git://git.shimmy1996.com/twixter.git
commit e0bab48c27c0badac9fe4a6ab2f6e800fe1c3668
parent ad990e6ebb4ba4ba8e4dacb4e9d02b2c6c955efb
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date:   Tue,  3 Sep 2019 10:21:49 -0400

Specify Pre-Release Version

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "twixter"
-version = "0.1.0"
+version = "0.1.0-alpha"
 authors = ["Shimmy Xu <shimmy.xu@shimmy1996.com>"]
 edition = "2018"