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-once_cell/once_cell-fix-metadata.diff

12 lines
345 B

5 years ago
--- once_cell-1.3.0/Cargo.toml 2020-01-14T17:46:39+00:00
+++ once_cell-1.3.0/Cargo.toml 2020-01-15T00:57:23.465074+00:00
@@ -52,7 +52,7 @@
name = "test_synchronization"
required-features = ["std"]
[dependencies.parking_lot]
-version = "0.9.0"
+version = "0.10.0"
optional = true
default_features = false
[dev-dependencies.crossbeam-utils]