File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " lazy_static"
33# NB: When modifying, also modify html_root_url in lib.rs
4- version = " 0.2.11 "
4+ version = " 1.0.0 "
55authors = [" Marvin Löbel <loebel.marvin@gmail.com>" ]
66license = " MIT/Apache-2.0"
77
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Add the following dependency to your Cargo manifest...
2121
2222``` toml
2323[dependencies ]
24- lazy_static = " 0.2 "
24+ lazy_static = " 1.0 "
2525```
2626
2727...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
9393#![ cfg_attr( feature="spin_no_std" , feature( const_fn) ) ]
9494#![ cfg_attr( feature="nightly" , feature( unreachable) ) ]
9595
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 " ) ]
9797#![ no_std]
9898
9999#[ cfg( not( feature="nightly" ) ) ]
You can’t perform that action at this time.
0 commit comments