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

18 lines
432 B

--- thread_local-1.1.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread_local-1.1.4/Cargo.toml 2022-01-24T16:20:07.354322+00:00
@@ -21,14 +21,6 @@
license = "Apache-2.0/MIT"
repository = "https://github.com/Amanieu/thread_local-rs"
-[[bench]]
-name = "thread_local"
-harness = false
-required-features = ["criterion"]
-[dependencies.criterion]
-version = "0.3.3"
-optional = true
-
[dependencies.once_cell]
version = "1.5.2"