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.3 .0"
4+ version = " 1.4 .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 @@ -31,7 +31,7 @@ Add the following dependency to your Cargo manifest...
3131
3232``` toml
3333[dependencies ]
34- lazy_static = " 1.3 .0"
34+ lazy_static = " 1.4 .0"
3535```
3636
3737...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:
9696
9797*/
9898
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" ) ]
100100#![ no_std]
101101
102102#[ cfg( not( feature = "spin_no_std" ) ) ]
You can’t perform that action at this time.
0 commit comments