From 2608f783cc6f10e9d0e725bd4e0289781252b4f1 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Thu, 15 Aug 2024 12:01:38 -0700 Subject: [PATCH] update version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e730b89c6..4cb476e67 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,7 +3387,7 @@ dependencies = [ [[package]] name = "indexify" -version = "0.1.21" +version = "0.1.22" dependencies = [ "anyerror", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fe9d6adf8..6a5f76260 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexify" -version = "0.1.21" +version = "0.1.22" edition = "2021" authors = ["Diptanu Gon Choudhury "] license = "Apache-2.0"