diff --git a/Cargo.lock b/Cargo.lock index a3fff31..8b2b9b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "lore" -version = "2.0.0" +version = "2.0.1" diff --git a/Cargo.toml b/Cargo.toml index 2ac176c..0472559 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lore" -version = "2.0.0" +version = "2.0.1" edition = "2018" description = "Zero-dependency hashing algorithms" license = "BSD-3-Clause"