parent
cf49f43965
commit
abdefd9d97
@ -1,10 +1,19 @@
|
|||||||
--- lazy_static-1.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
--- lazy_static-1.1.0/Cargo.toml 1970-01-01T01:00:00+01:00
|
||||||
+++ lazy_static-1.1.0/Cargo.toml 2018-10-27T15:12:06.309029+02:00
|
+++ lazy_static-1.1.0/Cargo.toml 2018-10-27T22:39:22.137545+02:00
|
||||||
@@ -22,6 +22,7 @@
|
@@ -22,15 +22,12 @@
|
||||||
categories = ["no-std", "rust-patterns", "memory-management"]
|
categories = ["no-std", "rust-patterns", "memory-management"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
|
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
|
||||||
|
-[dependencies.spin]
|
||||||
|
-version = "0.4.6"
|
||||||
|
-optional = true
|
||||||
+exclude = ["/.travis.yml", "/appveyor.yml"]
|
+exclude = ["/.travis.yml", "/appveyor.yml"]
|
||||||
[dependencies.spin]
|
[build-dependencies.version_check]
|
||||||
version = "0.4.6"
|
version = "0.1.4"
|
||||||
optional = true
|
|
||||||
|
[features]
|
||||||
|
nightly = []
|
||||||
|
-spin_no_std = ["nightly", "spin"]
|
||||||
|
[badges.appveyor]
|
||||||
|
repository = "rust-lang-nursery/lazy-static.rs"
|
||||||
|
|
||||||
|
Loading…
Reference in new issue