File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lazy_static"
3
3
# NB: When modifying, also modify html_root_url in lib.rs
4
- version = " 0.2.9 "
4
+ version = " 0.2.10 "
5
5
authors = [
" Marvin Löbel <[email protected] >" ]
6
6
license = " MIT/Apache-2.0"
7
7
@@ -11,7 +11,7 @@ documentation = "https://docs.rs/lazy_static"
11
11
12
12
repository = " https://github.com/rust-lang-nursery/lazy-static.rs"
13
13
keywords = [" macro" , " lazy" , " static" ]
14
- categories = [ " no-std" , " rust-patterns" ]
14
+ categories = [ " no-std" , " rust-patterns" , " memory-management " ]
15
15
16
16
[dependencies .spin ]
17
17
version = " 0.4"
@@ -29,3 +29,8 @@ compiletest = ["compiletest_rs"]
29
29
[badges ]
30
30
appveyor = { repository = " rust-lang-nursery/lazy-static.rs" }
31
31
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" }
You can’t perform that action at this time.
0 commit comments