summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorBenjamin Sago <ogham@bsago.me>2018-03-11 11:25:06 +0000
committerBenjamin Sago <ogham@bsago.me>2018-03-11 11:25:06 +0000
commitf757300718b1861852d4a33459385eaf921d69e7 (patch)
tree4e16621eddfb8ea5a2b442d5ab37c02385738501 /Cargo.toml
parentffefc5c24c96c6773a189de7392822f07e42030a (diff)
Upgrade libgit2
The ogham/git2-rs repository that exa uses in the Vagrant VM has also been updated. The only casualty was that some constants got namespaced.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e9564d7..644fcd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,6 @@ lto = true
panic = "abort"
[dependencies.git2]
-version = "0.6.4"
+version = "0.7"
optional = true
default-features = false