Skip to content

Commit

Permalink
Fix winnow version requirement in gix-object
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Aug 23, 2024
1 parent 46cd1ae commit 0a3ce48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gix-object/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bstr = { version = "1.3.0", default-features = false, features = [
"std",
"unicode",
] }
winnow = { version = "0.6", features = ["simd"] }
winnow = { version = "0.6.18", features = ["simd"] }
smallvec = { version = "1.4.0", features = ["write"] }
serde = { version = "1.0.114", optional = true, default-features = false, features = [
"derive",
Expand Down

0 comments on commit 0a3ce48

Please sign in to comment.