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 = " 1.1.0 "
4
+ version = " 1.1.1 "
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 @@ -25,7 +25,7 @@ Add the following dependency to your Cargo manifest...
25
25
26
26
``` toml
27
27
[dependencies ]
28
- lazy_static = " 1.1.0 "
28
+ lazy_static = " 1.1.1 "
29
29
```
30
30
31
31
...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.
103
103
// NOTE: see build.rs for where these cfg values are set.
104
104
#![ cfg_attr( lazy_static_spin_impl, feature( const_fn) ) ]
105
105
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 " ) ]
107
107
#![ no_std]
108
108
109
109
#[ cfg( lazy_static_heap_impl) ]
You can’t perform that action at this time.
0 commit comments