From 4950dddded8476502be5d55a99169325fa3665e1 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Fri, 3 May 2024 15:44:04 -0700 Subject: [PATCH] bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4a6ac826..cadc836fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3277,7 +3277,7 @@ dependencies = [ [[package]] name = "indexify" -version = "0.0.35" +version = "0.0.36" dependencies = [ "anyerror", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 41d0d5bf3..23f4d7290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexify" -version = "0.0.35" +version = "0.0.36" edition = "2021" authors = ["Diptanu Gon Choudhury "] build = "build.rs"