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.3 .0"
4
+ version = " 1.4 .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 @@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
31
31
32
32
``` toml
33
33
[dependencies ]
34
- lazy_static = " 1.3 .0"
34
+ lazy_static = " 1.4 .0"
35
35
```
36
36
37
37
...and see the [ docs] ( https://docs.rs/lazy_static ) for how to use it.
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ This crate provides one cargo feature:
96
96
97
97
*/
98
98
99
- #![ doc( html_root_url = "https://docs.rs/lazy_static/1.3 .0" ) ]
99
+ #![ doc( html_root_url = "https://docs.rs/lazy_static/1.4 .0" ) ]
100
100
#![ no_std]
101
101
102
102
#[ cfg( not( feature = "spin_no_std" ) ) ]
You can’t perform that action at this time.
0 commit comments