File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lab"
3
- version = " 0.6 .0" # bump html_root_url attribute in lib.rs
3
+ version = " 0.7 .0" # bump html_root_url attribute in lib.rs
4
4
authors = [" Jesse Bees <jesse@toomanybees.com>" ]
5
5
description = """
6
6
Tools for converting RGB colors to the CIE-L*a*b* color space, and
@@ -20,7 +20,7 @@ bench = false
20
20
[dev-dependencies ]
21
21
rand = " 0.5"
22
22
criterion = { version = " 0.2" , default-features = false }
23
- lazy_static = " * "
23
+ lazy_static = " 1.3.0 "
24
24
pretty_assertions = " 0.5"
25
25
26
26
[[bench ]]
Original file line number Diff line number Diff line change 37
37
//! which both accept exactly 8 elements. See their respective docs for examples
38
38
//! on where to add Rayon methods.
39
39
40
- #![ doc( html_root_url = "https://docs.rs/lab/0.6 .0" ) ]
40
+ #![ doc( html_root_url = "https://docs.rs/lab/0.7 .0" ) ]
41
41
42
42
#[ cfg( test) ]
43
43
#[ macro_use]
You can’t perform that action at this time.
0 commit comments