Skip to content

Commit 0f4821b

Browse files
committed
bump version and add build badges
1 parent 5b39b9e commit 0f4821b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "lazy_static"
33
# NB: When modifying, also modify html_root_url in lib.rs
4-
version = "0.2.8"
4+
version = "0.2.9"
55
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
66
license = "MIT/Apache-2.0"
77

@@ -20,3 +20,7 @@ optional = true
2020
[features]
2121
nightly = []
2222
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

Comments
 (0)