Skip to content

Commit 5cc6ec3

Browse files
committed
Bump to version 0.7.0
1 parent b09d8c5 commit 5cc6ec3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
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
44
authors = ["Jesse Bees <jesse@toomanybees.com>"]
55
description = """
66
Tools for converting RGB colors to the CIE-L*a*b* color space, and
@@ -20,7 +20,7 @@ bench = false
2020
[dev-dependencies]
2121
rand = "0.5"
2222
criterion = { version = "0.2", default-features = false }
23-
lazy_static = "*"
23+
lazy_static = "1.3.0"
2424
pretty_assertions = "0.5"
2525

2626
[[bench]]

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
//! which both accept exactly 8 elements. See their respective docs for examples
3838
//! on where to add Rayon methods.
3939
40-
#![doc(html_root_url = "https://docs.rs/lab/0.6.0")]
40+
#![doc(html_root_url = "https://docs.rs/lab/0.7.0")]
4141

4242
#[cfg(test)]
4343
#[macro_use]

0 commit comments

Comments
 (0)