You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-dashmap/dashmap-fix-metadata.diff

19 lines
417 B

--- dashmap-3.11.10/Cargo.toml 2020-08-04T17:52:42+00:00
+++ dashmap-3.11.10/Cargo.toml 2020-09-28T22:40:22.903103+00:00
@@ -26,13 +26,13 @@
[package.metadata.docs.rs]
features = ["raw-api", "serde"]
[dependencies.ahash]
-version = "0.3.8"
+version = "0.4.4"
[dependencies.cfg-if]
version = "0.1.10"
[dependencies.hashbrown]
-version = "0.8.0"
+version = "0.9.0"
optional = true
[dependencies.num_cpus]