From 7004df0bbc04edb614ddbf06179ea2ff7e76ca09 Mon Sep 17 00:00:00 2001 From: Eshan <60269431+Eshanatnight@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:05:36 +0530 Subject: [PATCH] fix: Invalid Cargo.toml (#680) --- Cargo.lock | 2 +- server/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 10b93ba42..eb2586b60 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "parseable" -version = "0.8.1" +version = "0.9.0" dependencies = [ "actix-cors", "actix-web", diff --git a/server/Cargo.toml b/server/Cargo.toml index 6101df1ce..d7d356919 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "parseable" -version = "0.9" +version = "0.9.0" authors = ["Parseable Team "] edition = "2021" rust-version = "1.73"