Skip to content

Commit

Permalink
Release v0.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimundi committed Nov 13, 2017
1 parent d6dfed7 commit 22f755a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "lazy_static"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.2.9"
version = "0.2.10"
authors = ["Marvin Löbel <loebel.marvin@gmail.com>"]
license = "MIT/Apache-2.0"

Expand All @@ -11,7 +11,7 @@ documentation = "https://docs.rs/lazy_static"

repository = "https://github.com/rust-lang-nursery/lazy-static.rs"
keywords = ["macro", "lazy", "static"]
categories = [ "no-std", "rust-patterns" ]
categories = [ "no-std", "rust-patterns", "memory-management" ]

[dependencies.spin]
version = "0.4"
Expand All @@ -29,3 +29,8 @@ compiletest = ["compiletest_rs"]
[badges]
appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }

# is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/lazy-static.rs" }
# is-it-maintained-open-issues = { repository = "rust-lang-nursery/lazy-static.rs" }

maintenance = { status = "passively-maintained" }

0 comments on commit 22f755a

Please sign in to comment.