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

22 lines
460 B

--- thread_local-1.1.8/Cargo.toml 1970-01-01T00:00:01+00:00
+++ thread_local-1.1.8/Cargo.toml 2024-04-25T13:59:04.312560+00:00
@@ -26,18 +26,11 @@
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.5.1"
-
[features]
nightly = []