Skip to content

Commit

Permalink
Merge pull request #817 from epage/git
Browse files Browse the repository at this point in the history
chore: Upgrade git2
  • Loading branch information
epage authored Sep 16, 2024
2 parents af0c640 + b31a660 commit dadf7b9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 39 deletions.
50 changes: 15 additions & 35 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
repository = "https://github.com/crate-ci/cargo-release"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.78" # MSRV
rust-version = "1.79" # MSRV
include = [
"build.rs",
"src/**/*",
Expand Down Expand Up @@ -133,7 +133,7 @@ cargo_metadata = "0.18"
# present, and then to let the user _select_ through configuration which
# one they want to be used.
tame-index = { version = "0.13", features = ["sparse", "native-certs"] }
git2 = { version = "0.18.3", default-features = false }
git2 = { version = "0.19.0", default-features = false }
toml_edit = { version = "0.22.12", features = ["serde"] }
toml = "0.8.12"
serde = { version = "1.0", features = ["derive"] }
Expand Down Expand Up @@ -165,8 +165,8 @@ anstyle = "1.0.7"
assert_fs = "1.1"
predicates = "3.1"
snapbox = "0.6.16"
cargo-test-macro = "0.2.1"
cargo-test-support = "0.2.1"
cargo-test-macro = "0.3"
cargo-test-support = "0.3"

[profile.release]
panic = "abort"
Expand Down

0 comments on commit dadf7b9

Please sign in to comment.