diff options
Diffstat (limited to 'lazy-static/Cargo.toml')
-rw-r--r-- | lazy-static/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lazy-static/Cargo.toml b/lazy-static/Cargo.toml index 679f5cd..9c0a177 100644 --- a/lazy-static/Cargo.toml +++ b/lazy-static/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lazy_static" # NB: When modifying, also modify html_root_url in lib.rs -version = "1.2.0" +version = "1.4.0" authors = ["Marvin Löbel <loebel.marvin@gmail.com>"] license = "MIT/Apache-2.0" @@ -15,15 +15,15 @@ categories = [ "no-std", "rust-patterns", "memory-management" ] exclude = ["/.travis.yml", "/appveyor.yml"] [dependencies.spin] -version = "0.4.10" +version = "0.5.0" optional = true -default-features = false -features = ["once"] [features] -nightly = [] spin_no_std = ["spin"] +[dev-dependencies] +doc-comment = "0.3.1" + [badges] appveyor = { repository = "rust-lang-nursery/lazy-static.rs" } travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" } |