Skip to content

Commit c5ea809

Browse files
authored
Merge pull request #62 from danielparks/git2-update
Bump `git2` to latest version and update `Cargo.lock`.
2 parents 5aefea2 + b5e3a83 commit c5ea809

File tree

2 files changed

+56
-55
lines changed

2 files changed

+56
-55
lines changed

Cargo.lock

+55-54
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rust-version = "1.74.1"
1515

1616
[dependencies]
1717
clap = { version = "4.5.23", features = ["derive"] }
18-
git2 = { version = "0.19.0", default-features = false }
18+
git2 = { version = "0.20.0", default-features = false }
1919
shell-words = "1.1.0"
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)