From f5d644301cb77d08359167e17d4105d1c8342454 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Fri, 21 Jun 2024 16:46:40 -0700 Subject: [PATCH] udpate version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 157b30a61..a915ef102 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3355,7 +3355,7 @@ dependencies = [ [[package]] name = "indexify" -version = "0.1.14" +version = "0.1.15" dependencies = [ "anyerror", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 190af2a6b..65a0e640a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexify" -version = "0.1.14" +version = "0.1.15" edition = "2021" authors = ["Diptanu Gon Choudhury "] license = "Apache-2.0"