Skip to content

Commit

Permalink
Require linked-hash-map v0.5.3 (or a newer patch version)
Browse files Browse the repository at this point in the history
This commit requires linked-hash-map to include contain-rs/linked-hash-map#100

When linked-hash-map is on v0.5.2, ttl_cache can panic due to the UB checks implemented in Rust 1.48: rust-lang/rust#66151
  • Loading branch information
austinjones committed Dec 4, 2020
1 parent 39066fb commit a2edfc0
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 @@ -9,7 +9,7 @@ keywords = ["cache","ttl","expire"]
license = "MIT/Apache-2.0"

[dependencies]
linked-hash-map = "0.5"
linked-hash-map = "~0.5.3"


[features]
Expand Down

0 comments on commit a2edfc0

Please sign in to comment.