Specified quick_cache version because older version was being loaded on build

This commit is contained in:
Nathan Prescott 2024-07-11 15:11:54 -07:00
parent 3f5419e92d
commit de83f0a612

View file

@ -28,7 +28,7 @@ lru = "0"
zipf = "7"
moka = { version = "0", features = ["sync"] }
dhat = "0"
quick_cache = "0"
quick_cache = "0.6"
triomphe = "<=0.1.11" # 0.1.12 requires Rust 1.76
[[bench]]