Skip to content

Commit

Permalink
Update git2 to 0.19.0 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
roele authored Jul 7, 2024
1 parent 4e2d581 commit 8319218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
cargo-lock = { version = "9.0", optional = true, default-features = false }
semver = { version = "1.0", optional = true }
chrono = { version = "0.4", optional = true, default-features = false, features = ["clock"] }
git2 = { version = "0.18", optional = true, default-features = false, features = [] }
git2 = { version = "0.19", optional = true, default-features = false, features = [] }

[dev-dependencies]
tempfile = "3"
Expand Down

0 comments on commit 8319218

Please sign in to comment.