Skip to content

Commit 9c7e921

Browse files
authored
Merge pull request lukaslueg#24 from steveeJ-forks/pr/bump-git-13.2
Cargo: bump git to 0.13
2 parents 20d4923 + 84654ec commit 9c7e921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nightly = []
2020
cargo-lock = { version = "4.0", default-features = false }
2121
semver = { version = "0.9", optional = true }
2222
chrono = { version = "0.4", optional = true }
23-
git2 = { version = "0.11", optional = true, default-features = false, features = [] }
23+
git2 = { version = "0.13", optional = true, default-features = false, features = [] }
2424

2525
[dev-dependencies]
2626
tempdir = "0.3"

0 commit comments

Comments
 (0)