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 = " 1.1.0 "
4+ version = " 1.1.1 "
55authors = [
" Marvin Löbel <[email protected] >" ]
66license = " MIT/Apache-2.0"
77
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Add the following dependency to your Cargo manifest...
2525
2626``` toml
2727[dependencies ]
28- lazy_static = " 1.1.0 "
28+ lazy_static = " 1.1.1 "
2929```
3030
3131...and see the [ docs] ( https://docs.rs/lazy_static ) for how to use it.
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ no guarantees can be made about them in regard to SemVer stability.
103103// NOTE: see build.rs for where these cfg values are set.
104104#![ cfg_attr( lazy_static_spin_impl, feature( const_fn) ) ]
105105
106- #![ doc( html_root_url = "https://docs.rs/lazy_static/1.1.0 " ) ]
106+ #![ doc( html_root_url = "https://docs.rs/lazy_static/1.1.1 " ) ]
107107#![ no_std]
108108
109109#[ cfg( lazy_static_heap_impl) ]
You can’t perform that action at this time.
0 commit comments