]> git.proxmox.com Git - cargo.git/blob - vendor/lazy_static/debian/patches/tweak-deps.patch
New upstream version 0.66.0
[cargo.git] / vendor / lazy_static / debian / patches / tweak-deps.patch
1 diff --git a/Cargo.toml b/Cargo.toml
2 index 7f930c5..533c32e 100644
3 --- a/Cargo.toml
4 +++ b/Cargo.toml
5 @@ -23,10 +23,10 @@ categories = ["no-std", "rust-patterns", "memory-management"]
6 license = "MIT/Apache-2.0"
7 repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
8 [dependencies.spin]
9 -version = "0.5.0"
10 +version = "0.9"
11 optional = true
12 [dev-dependencies.doc-comment]
13 -version = "0.3.1"
14 +version = "0.3"
15
16 [features]
17 spin_no_std = ["spin"]