From 79a9c1c770972235d3dbd82f661268d585b50a78 Mon Sep 17 00:00:00 2001 From: Diptanu Gon Choudhury Date: Tue, 11 Jun 2024 08:10:12 -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 4999a5529..3dcb26014 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3350,7 +3350,7 @@ dependencies = [ [[package]] name = "indexify" -version = "0.1.8" +version = "0.1.9" dependencies = [ "anyerror", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5aaa39708..311048a41 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "indexify" -version = "0.1.8" +version = "0.1.9" edition = "2021" authors = ["Diptanu Gon Choudhury "] build = "build.rs"