Skip to content

Commit

Permalink
chore: upgrade intrusive-collections dep
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Dec 2, 2024
1 parent 4883c51 commit e7ff089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foyer-memory/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fastrace = { workspace = true }
foyer-common = { workspace = true }
futures = "0.3"
hashbrown = { workspace = true }
intrusive-collections = { git = "https://github.com/foyer-rs/intrusive-rs", rev = "94cfac4701dbc0033b7bc27e31c46bf3a12d96d7" }
intrusive-collections = { package = "foyer-intrusive-collections", version = "0.10.0-dev" }
itertools = { workspace = true }
parking_lot = { workspace = true }
paste = "1"
Expand Down

0 comments on commit e7ff089

Please sign in to comment.