diff --git a/Cargo.lock b/Cargo.lock index 52a3649..bade145 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,7 +349,7 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" [[package]] name = "neocache" -version = "0.1.0" +version = "1.0.0" dependencies = [ "ahash", "criterion", diff --git a/Cargo.toml b/Cargo.toml index b2147f6..a428160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "neocache" -version = "0.1.0" +version = "1.0.0" authors = ["Shopify Engineering "] edition = "2024" rust-version = "1.88"