From de83f0a6122aa9be637faf4e7ed0c3f73d20a78c Mon Sep 17 00:00:00 2001 From: Nathan Prescott Date: Thu, 11 Jul 2024 15:11:54 -0700 Subject: [PATCH] Specified quick_cache version because older version was being loaded on build --- tinyufo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tinyufo/Cargo.toml b/tinyufo/Cargo.toml index b923280..64889d4 100644 --- a/tinyufo/Cargo.toml +++ b/tinyufo/Cargo.toml @@ -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]]