Skip to content

Commit

Permalink
Merge pull request #1540 from NobodyXu/patch-1
Browse files Browse the repository at this point in the history
Fix winnow version requirement in gix-object
  • Loading branch information
Byron authored Aug 23, 2024
2 parents e82f795 + 0a3ce48 commit f4898b9
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 f4898b9

Please sign in to comment.