Skip to content

Commit

Permalink
bump version and add build badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimundi committed Sep 28, 2017
1 parent 5b39b9e commit 0f4821b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.8"
version = "0.2.9"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

Expand All @@ -20,3 +20,7 @@ optional = true
[features]
nightly = []
spin_no_std = ["nightly", "spin"]

[badges]
appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }

0 comments on commit 0f4821b

Please sign in to comment.