diff --git a/Cargo.lock b/Cargo.lock index ab6272fb..73eb230e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1739,7 +1739,7 @@ dependencies = [ [[package]] name = "locustdb" -version = "0.4.7" +version = "0.5.0" dependencies = [ "actix-cors", "actix-web", diff --git a/Cargo.toml b/Cargo.toml index ed7d4368..1ea09f2a 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.7" +version = "0.5.0" repository = "/~https://github.com/cswinter/LocustDB" readme = "README.md"