--- 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] -version = "0.4.10" -features = ["once"] -optional = true -default-features = false [features] nightly = [] -spin_no_std = ["spin"] [badges.appveyor] repository = "rust-lang-nursery/lazy-static.rs"