From 4ae7fa63364b8a2ae0ad3d7c2b57891a3f007d89 Mon Sep 17 00:00:00 2001 From: Florian Eich Date: Thu, 5 Sep 2024 16:19:00 +0200 Subject: [PATCH] Bump version (#29) --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 978e554..2414b9d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [".", "atmosphere-core", "atmosphere-macros"] [workspace.package] -version = "0.3.0" +version = "0.3.1" license = "Apache-2.0" edition = "2021" exclude = ["/.github", "/tests"] @@ -16,8 +16,8 @@ repository = "https://github.com/helsing-ai/atmosphere" keywords = ["sqlx", "postgres", "database", "orm", "backend"] [workspace.dependencies] -atmosphere-core = { version = "=0.3.0", path = "atmosphere-core" } -atmosphere-macros = { version = "=0.3.0", path = "atmosphere-macros" } +atmosphere-core = { version = "=0.3.1", path = "atmosphere-core" } +atmosphere-macros = { version = "=0.3.1", path = "atmosphere-macros" } async-trait = "0.1" lazy_static = "1" sqlx = { version = "0.8", features = ["chrono"] }