File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
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.11 "
4
+ version = " 1.0.0 "
5
5
authors = [
" Marvin Löbel <[email protected] >" ]
6
6
license = " MIT/Apache-2.0"
7
7
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the following dependency to your Cargo manifest...
21
21
22
22
``` toml
23
23
[dependencies ]
24
- lazy_static = " 0.2 "
24
+ lazy_static = " 1.0 "
25
25
```
26
26
27
27
...and see the [ docs] ( https://docs.rs/lazy_static ) for how to use it.
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ The `Deref` implementation uses a hidden static variable that is guarded by a at
93
93
#![ cfg_attr( feature="spin_no_std" , feature( const_fn) ) ]
94
94
#![ cfg_attr( feature="nightly" , feature( unreachable) ) ]
95
95
96
- #![ doc( html_root_url = "https://docs.rs/lazy_static/0.2.11 " ) ]
96
+ #![ doc( html_root_url = "https://docs.rs/lazy_static/1.0.0 " ) ]
97
97
#![ no_std]
98
98
99
99
#[ cfg( not( feature="nightly" ) ) ]
You can’t perform that action at this time.
0 commit comments