Skip to content

Commit

Permalink
Fix msrv.
Browse files Browse the repository at this point in the history
  • Loading branch information
schungx committed Feb 15, 2024
1 parent 4fd828d commit 7cb0412
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 @@ -20,7 +20,7 @@ categories = ["no-std", "embedded", "wasm", "parser-implementations"]
[dependencies]
smallvec = { version = "1.7.0", default-features = false, features = ["union", "const_new", "const_generics"] }
thin-vec = { version = "0.2.13", default-features = false }
ahash = { version = "0.8.2", default-features = false, features = ["compile-time-rng"] }
ahash = { version = "0.8.2,<=0.8.7", default-features = false, features = ["compile-time-rng"] } # `ahash` bumps MSRV to 1.72 from 0.8.8 onwards
num-traits = { version = "0.2.0", default-features = false }
once_cell = { version = "1.7.0", default-features = false, features = ["race"] }
bitflags = { version = "2.0.0", default-features = false }
Expand Down

0 comments on commit 7cb0412

Please sign in to comment.