Skip to content

Commit

Permalink
Bump dashmap to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-joruk committed Feb 16, 2021
1 parent 30001e3 commit 0dbba8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ logger = ["dashmap", "log"]

[dependencies]
log = { version = "0.4", features = ["std"], optional = true }
dashmap = { version = "3", optional = true }
dashmap = { version = "4", optional = true }

[build-dependencies]
cc = "1.0"

0 comments on commit 0dbba8a

Please sign in to comment.