diff --git a/Cargo.lock b/Cargo.lock index 3ae62431..6e3dd205 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,7 +1807,7 @@ dependencies = [ [[package]] name = "locustdb" -version = "0.5.1" +version = "0.5.2" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index 9ab84499..40e397b5 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.5.1" +version = "0.5.2" repository = "/~https://github.com/cswinter/LocustDB" readme = "README.md"