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

19 lines
530 B

6 years ago
--- lazy_static-1.2.0/Cargo.toml 1969-12-31T16:00:00-08:00
+++ lazy_static-1.2.0/Cargo.toml 2018-11-09T18:00:25.146845-08:00
@@ -22,15 +22,9 @@
categories = ["no-std", "rust-patterns", "memory-management"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
-[dependencies.spin]
6 years ago
-version = "0.4.10"
-features = ["once"]
-optional = true
6 years ago
-default-features = false
[features]
nightly = []
6 years ago
-spin_no_std = ["spin"]
[badges.appveyor]
repository = "rust-lang-nursery/lazy-static.rs"