File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.7.2
2
+
3
+ * bumped dev dependency ` criterion ` from 0.2 to 0.3
4
+
5
+ # 0.7.1
6
+
7
+ * bumped dev dependency ` pretty_assertions ` from 0.5 to 0.6
8
+
1
9
# 0.7.0
2
10
3
11
* add convenience methods for converting slices of labs/rgbs
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " lab"
3
- version = " 0.7.1 " # bump html_root_url attribute in lib.rs
3
+ version = " 0.7.2 " # 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
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.7.1 " ) ]
40
+ #![ doc( html_root_url = "https://docs.rs/lab/0.7.2 " ) ]
41
41
42
42
#[ cfg( test) ]
43
43
#[ macro_use]
You can’t perform that action at this time.
0 commit comments