We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b39b9e commit 0f4821bCopy full SHA for 0f4821b
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "lazy_static"
3
# NB: When modifying, also modify html_root_url in lib.rs
4
-version = "0.2.8"
+version = "0.2.9"
5
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
6
license = "MIT/Apache-2.0"
7
@@ -20,3 +20,7 @@ optional = true
20
[features]
21
nightly = []
22
spin_no_std = ["nightly", "spin"]
23
+
24
+[badges]
25
+appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
26
+travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
0 commit comments