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

23 lines
462 B

--- thread_local-1.1.7/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread_local-1.1.7/Cargo.toml 2023-02-19T21:27:42.639663+00:00
@@ -25,19 +25,12 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/Amanieu/thread_local-rs"
-[[bench]]
-name = "thread_local"
-harness = false
-
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.once_cell]
version = "1.5.2"
-[dev-dependencies.criterion]
-version = "0.4.0"
-
[features]
nightly = []