Skip to content

Commit a2edfc0

Browse files
committed
Require linked-hash-map v0.5.3 (or a newer patch version)
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
1 parent 39066fb commit a2edfc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords = ["cache","ttl","expire"]
99
license = "MIT/Apache-2.0"
1010

1111
[dependencies]
12-
linked-hash-map = "0.5"
12+
linked-hash-map = "~0.5.3"
1313

1414

1515
[features]

0 commit comments

Comments
 (0)