From b95f19dc6449826f23546ddc5f6e0d852902f43c Mon Sep 17 00:00:00 2001 From: Farhan Date: Wed, 24 Apr 2024 12:37:12 +0530 Subject: [PATCH] chore: update vart 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"