Skip to content

Commit

Permalink
Updated flurry and quick_cache (flurry being the only relavent change)
Browse files Browse the repository at this point in the history
---
Specified quick_cache version because older version was being loaded on build

Includes-commit: 3f5419e
Includes-commit: de83f0a
Replicated-from: #248
  • Loading branch information
NathanielPrescott authored and andrewhavck committed Aug 9, 2024
1 parent 11b5882 commit e0ade32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bleep
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a29925df89353fce33cd5a78459fc99c707f19ab
0f6ff9925981892f544498c8b322cc66f55281c8
4 changes: 2 additions & 2 deletions tinyufo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "src/lib.rs"

[dependencies]
ahash = { workspace = true }
flurry = "<0.5.0" # Try not to require Rust 1.71
flurry = "0.5"
parking_lot = "0"
crossbeam-queue = "0"
crossbeam-skiplist = "0"
Expand All @@ -28,7 +28,7 @@ lru = "0"
zipf = "7"
moka = { version = "0", features = ["sync"] }
dhat = "0"
quick_cache = "0.4"
quick_cache = "0.6"
triomphe = "<=0.1.11" # 0.1.12 requires Rust 1.76

[[bench]]
Expand Down

0 comments on commit e0ade32

Please sign in to comment.