From b8e5e45019e69eb9c886fc9f19b627bc65f73454 Mon Sep 17 00:00:00 2001 From: Clemens Winter Date: Fri, 12 Apr 2024 09:04:58 -0700 Subject: [PATCH] chore: Release locustdb version 0.4.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c7ef797..04800b99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "locustdb" -version = "0.4.6" +version = "0.4.7" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 3a45b81b..b691eda4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Embeddable high-performance analytics database." edition = "2021" license-file = "LICENSE" name = "locustdb" -version = "0.4.6" +version = "0.4.7" repository = "https://github.com/cswinter/LocustDB" readme = "README.md"