summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNick Gerace <39320683+nickgerace@users.noreply.github.com>2020-04-27 01:01:53 -0400
committerGitHub <noreply@github.com>2020-04-27 01:01:53 -0400
commitfae99099315c57ee9eb0f7acedeb5011d045dbaa (patch)
tree2854e817cb6adec849ac516c65f20f641cfb3615 /Cargo.toml
parentdeb204128e873cf462ed308051730c4a8a1abb89 (diff)
downloadgfold-fae99099315c57ee9eb0f7acedeb5011d045dbaa.zip
Fix gfold verison (0.1.1) and add update installation instructions (#7)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <nickagerace@gmail.com>"]
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"