From 947ad5c678962afe6c3bb1f78ca0cccfa08a9183 Mon Sep 17 00:00:00 2001 From: Nikhil Sinha Date: Sun, 3 May 2026 20:51:10 +0700 Subject: [PATCH] update Cargo.toml for release v2.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fd8b9f5e8..f43e17068 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3866,7 +3866,7 @@ dependencies = [ [[package]] name = "parseable" -version = "2.7.0" +version = "2.7.1" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 041d727ec..326ffae3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "2.7.0" +version = "2.7.1" authors = ["Parseable Team "] edition = "2024" rust-version = "1.88.0"