Skip to content

Commit

Permalink
Revert "chore: update to gix v0.59" - this version was yanked
Browse files Browse the repository at this point in the history
This reverts commit 110d4a8.
  • Loading branch information
Byron committed Feb 26, 2024
1 parent fab4d1d commit 289617b
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 @@ -34,7 +34,7 @@ name = "update_and_get_most_recent_version"
required-features = ["git-https"]

[dependencies]
gix = { version = "0.59.0", default-features = false, features = ["max-performance-safe", "blocking-network-client"], optional = true }
gix = { version = "0.58.0", default-features = false, features = ["max-performance-safe", "blocking-network-client"], optional = true }
hex = { version = "0.4.3", features = ["serde"] }
home = "0.5.4"
http = { version = "0.2", optional = true }
Expand Down

0 comments on commit 289617b

Please sign in to comment.