From 2895836d136a41d8bbff758116a36307b5c351ee Mon Sep 17 00:00:00 2001 From: Clemens Winter Date: Mon, 8 Apr 2024 08:39:16 -0700 Subject: [PATCH] chore: Release locustdb version 0.4.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb6d0331..48e5139a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "locustdb" -version = "0.4.3" +version = "0.4.4" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 92e4fe66..de52abcd 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.3" +version = "0.4.4" repository = "https://github.com/cswinter/LocustDB" readme = "README.md"