From ec8e87328023ccfb5adaaa2fef9e7597808c5305 Mon Sep 17 00:00:00 2001 From: Farhan Date: Thu, 4 Jul 2024 12:19:09 +0530 Subject: [PATCH] release: bump crate version to v0.4.0 (#34) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d1a6b40..812f669 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -577,7 +577,7 @@ checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" [[package]] name = "vart" -version = "0.3.1" +version = "0.4.0" dependencies = [ "criterion", "hashbrown", diff --git a/Cargo.toml b/Cargo.toml index 918baf1..5e35bfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "vart" publish = true -version = "0.3.1" +version = "0.4.0" edition = "2021" license = "Apache-2.0" readme = "README.md"