Skip to content

Commit

Permalink
Merge pull request #183 from M4SS-Code/upgrades
Browse files Browse the repository at this point in the history
Bump rust-version to 1.70 and upgrade `gix` to v0.70
  • Loading branch information
frewsxcv authored Mar 9, 2025
2 parents 9d3625f + aac3115 commit ccaed89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/frewsxcv/rust-crates-index"
license = "Apache-2.0"
documentation = "https://docs.rs/crates-index/"
edition = "2021"
rust-version = "1.60"
rust-version = "1.70"
include = ["src/**/*", "examples/*.rs", "LICENSE", "README.md", "CHANGELOG.md"]

[[example]]
Expand All @@ -34,7 +34,7 @@ name = "update_and_get_most_recent_version"
required-features = ["git-https"]

[dependencies]
gix = { version = "0.69.0", default-features = false, features = [
gix = { version = "0.70.0", default-features = false, features = [
"max-performance-safe",
"blocking-network-client",
"revision",
Expand Down

0 comments on commit ccaed89

Please sign in to comment.