From a2ef57fdd9f86c8a58a19ed260a1763bf34cb2d0 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 20 Mar 2025 09:47:10 +0530 Subject: [PATCH] prepare for release v1.7.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85ae8aa77..c5569600e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "parseable" -version = "1.7.4" +version = "1.7.5" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ce0f3308b..53031c36c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "1.7.4" +version = "1.7.5" authors = ["Parseable Team "] edition = "2021" rust-version = "1.83.0"