Skip to content

Commit

Permalink
pin to winnow verison for clippy failures
Browse files Browse the repository at this point in the history
  • Loading branch information
desaikd committed Feb 13, 2025
1 parent bf88a8f commit 1c61128
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 @@ -57,7 +57,7 @@ compact_str = "0.8.0"
chrono = { version = "0.4", default-features = false, features = ["clock", "std", "wasmbind"] }
delegate = "0.12.0"
thiserror = "1.0"
winnow = { version = "0.6.24", features = ["simd"] }
winnow = { version = "=0.6.24", features = ["simd"] }
num-integer = "0.1.44"
num-traits = "0.2"
arrayvec = "0.7"
Expand Down

0 comments on commit 1c61128

Please sign in to comment.