diff --git a/Cargo.lock b/Cargo.lock index 3158c42..9d5c7e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "vart" -version = "0.2.1" +version = "0.3.0" dependencies = [ "criterion", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index d2fc85e..71fc0d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vart" publish = true -version = "0.2.1" +version = "0.3.0" edition = "2021" license = "Apache-2.0" readme = "README.md"