Skip to content

Commit

Permalink
Bump to version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TooManyBees committed Mar 6, 2019
1 parent b09d8c5 commit 5cc6ec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "lab"
version = "0.6.0" # bump html_root_url attribute in lib.rs
version = "0.7.0" # bump html_root_url attribute in lib.rs
authors = ["Jesse Bees <jesse@toomanybees.com>"]
description = """
Tools for converting RGB colors to the CIE-L*a*b* color space, and
Expand All @@ -20,7 +20,7 @@ bench = false
[dev-dependencies]
rand = "0.5"
criterion = { version = "0.2", default-features = false }
lazy_static = "*"
lazy_static = "1.3.0"
pretty_assertions = "0.5"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
//! which both accept exactly 8 elements. See their respective docs for examples
//! on where to add Rayon methods.

#![doc(html_root_url = "https://docs.rs/lab/0.6.0")]
#![doc(html_root_url = "https://docs.rs/lab/0.7.0")]

#[cfg(test)]
#[macro_use]
Expand Down

0 comments on commit 5cc6ec3

Please sign in to comment.