twixter

A twtxt command line client in Rust

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

Allow Patch Updates in Dependencies

Diffstat:
MCargo.toml | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Shimmy Xu <shimmy.xu@shimmy1996.com>"]
 edition = "2018"
 
 [dependencies]
-chrono = "0.4.8"
+chrono = "~0.4.8"
 clap = "~2.33.0"
-dirs = "2.0"
-rust-ini = "0.13.0"-
\ No newline at end of file
+dirs = "~2.0.2"
+rust-ini = "~0.13.0"+
\ No newline at end of file