diff --git a/Cargo.toml b/Cargo.toml index bb4f681..013ab9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cachedhash" -version = "0.1.2" +version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" @@ -19,4 +19,4 @@ nohash-hasher = "0.2" [[bench]] name = "base" -harness = false \ No newline at end of file +harness = false