Skip to content

Commit

Permalink
Revert "fix(deps): update rust crate dashmap to v6 (#726)" (#730)
Browse files Browse the repository at this point in the history
This reverts commit 26321e1.
  • Loading branch information
marc2332 authored Jun 20, 2024
1 parent e796d7d commit 5d99dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/native-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ smallvec = { workspace = true }
rustc-hash = { workspace = true }
anymap = "1.0.0-beta.2"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
dashmap = "6.0.0"
dashmap = "5.4.0"
shipyard = { workspace = true }

[dev-dependencies]
Expand Down

0 comments on commit 5d99dbe

Please sign in to comment.