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.
20 lines
544 B
20 lines
544 B
--- lazy_static-0.2.10/Cargo.toml 1970-01-01T01:00:00+01:00
|
|
+++ lazy_static-0.2.10/Cargo.toml 2017-11-14T09:00:54.052014+01:00
|
|
@@ -21,16 +21,11 @@
|
|
categories = ["no-std", "rust-patterns", "memory-management"]
|
|
license = "MIT/Apache-2.0"
|
|
repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
|
|
-[dependencies.compiletest_rs]
|
|
-version = "0.3"
|
|
-optional = true
|
|
-
|
|
[dependencies.spin]
|
|
version = "0.4"
|
|
optional = true
|
|
|
|
[features]
|
|
-compiletest = ["compiletest_rs"]
|
|
nightly = []
|
|
spin_no_std = ["nightly", "spin"]
|
|
[badges.appveyor]
|