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