Skip to content

Commit

Permalink
revert: "build(deps): update rust crate gix to 0.61.1" (#5878)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkna committed Mar 25, 2024
1 parent 0696b32 commit eb80dba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -49,7 +49,7 @@ dirs-next = "2.0.0"
dunce = "1.0.4"
gethostname = "0.4.3"
# default feature restriction addresses https://github.com/starship/starship/issues/4251
gix = { version = "0.61.1", default-features = false, features = ["max-performance-safe", "revision"] }
gix = { version = "0.61.0", default-features = false, features = ["max-performance-safe", "revision"] }
gix-features = { version = "0.38.1", optional = true }
indexmap = { version = "2.2.6", features = ["serde"] }
log = { version = "0.4.21", features = ["std"] }
Expand Down

0 comments on commit eb80dba

Please sign in to comment.