Skip to content

Commit

Permalink
Bump git2
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedfall committed Feb 11, 2025
1 parent 2edffd8 commit 2ac5880
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ opt-level = "z"
lto = true
codegen-units = 1
incremental = false
strip = true

[dependencies]
anyhow = {version = "1.0.14"}
git2 = {version = "0.19"}
git2 = {version = "0.20"}
serde = {version = "1.0.1", features = ["derive"]}
serde_json = {version = "1.0"}
sha2 = {version = "0.10"}
Expand Down

0 comments on commit 2ac5880

Please sign in to comment.