Skip to content

Commit

Permalink
Merge pull request #181 from xacrimon/joel/release-v5.1.0
Browse files Browse the repository at this point in the history
Release v5.1.0
  • Loading branch information
xacrimon authored Feb 6, 2022
2 parents afe293f + daedb80 commit 644ccdb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dashmap"
version = "5.0.0"
version = "5.1.0"
authors = ["Acrimon <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -18,9 +18,9 @@ raw-api = []
send_guard = ["parking_lot/send_guard"]

[dependencies]
num_cpus = "1.13.0"
parking_lot = "0.11.2"
serde = { version = "1.0.131", optional = true, features = ["derive"] }
num_cpus = "1.13.1"
parking_lot = "0.12.0"
serde = { version = "1.0.136", optional = true, features = ["derive"] }
cfg-if = "1.0.0"
rayon = { version = "1.5.1", optional = true }

Expand Down

0 comments on commit 644ccdb

Please sign in to comment.