From fae99099315c57ee9eb0f7acedeb5011d045dbaa Mon Sep 17 00:00:00 2001 From: Nick Gerace <39320683+nickgerace@users.noreply.github.com> Date: Mon, 27 Apr 2020 01:01:53 -0400 Subject: Fix gfold verison (0.1.1) and add update installation instructions (#7) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c982296..31ba350 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "gfold" -version = "0.1.0" +version = "0.1.1" authors = ["Nick Gerace "] edition = "2018" [dependencies] clap = { git = "https://github.com/clap-rs/clap/" } colored = "1.9" -git2 = "0.13" \ No newline at end of file +git2 = "0.13" -- cgit v1.2.3