14 lines
266 B
Diff
14 lines
266 B
Diff
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 97dc720..85435bc 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -21,7 +21,7 @@ name = "git-absorb"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies.git2]
|
|
-version = "~0.18"
|
|
+version = "~0.17"
|
|
default-features = false
|
|
|
|
[dependencies]
|