From fb25c08fcac59865d33cc32727a703cf17d8e62f Mon Sep 17 00:00:00 2001 From: Robin Freyler Date: Wed, 1 May 2024 11:51:02 +0200 Subject: [PATCH] bump crate version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9af0bea..4fdf110 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "string-interner" -version = "0.16.0" +version = "0.17.0" authors = ["Robbepop"] license = "MIT/Apache-2.0" readme = "README.md"