Skip to content

Commit

Permalink
chore(deps): update git2 to use libgit2 1.9 (#78)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 authored Jan 9, 2025
1 parent e8b9e55 commit 18ab1e4
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 = "10.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.19", optional = true, default-features = false, features = [] }
git2 = { version = "0.20", optional = true, default-features = false, features = [] }

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

0 comments on commit 18ab1e4

Please sign in to comment.