Skip to content

Commit 22f755a

Browse files
committed
Release v0.2.10
1 parent d6dfed7 commit 22f755a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Cargo.toml

+7-2
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.9"
4+
version = "0.2.10"
55
authors = ["Marvin Löbel <[email protected]>"]
66
license = "MIT/Apache-2.0"
77

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

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

1616
[dependencies.spin]
1717
version = "0.4"
@@ -29,3 +29,8 @@ compiletest = ["compiletest_rs"]
2929
[badges]
3030
appveyor = { repository = "rust-lang-nursery/lazy-static.rs" }
3131
travis-ci = { repository = "rust-lang-nursery/lazy-static.rs" }
32+
33+
# is-it-maintained-issue-resolution = { repository = "rust-lang-nursery/lazy-static.rs" }
34+
# is-it-maintained-open-issues = { repository = "rust-lang-nursery/lazy-static.rs" }
35+
36+
maintenance = { status = "passively-maintained" }

0 commit comments

Comments
 (0)