From 8fc27b62112e2ad5f229da9ea9a488eee28771bc Mon Sep 17 00:00:00 2001 From: Florian Eich Date: Tue, 13 Feb 2024 18:24:17 +0100 Subject: [PATCH] Bump versions --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 28d150a..2215129 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ ] [workspace.package] -version = "0.1.3" +version = "0.1.4" license = "Apache-2.0" edition = "2021" authors = ["Mara Schulke "] @@ -15,8 +15,8 @@ repository = "https://github.com/bmc-labs/atmosphere" keywords = ["sqlx", "postgres", "database", "orm", "backend"] [workspace.dependencies] -atmosphere-core = { version = "=0.1.3", path = "atmosphere-core" } -atmosphere-macros = { version = "=0.1.3", path = "atmosphere-macros" } +atmosphere-core = { version = "=0.1.4", path = "atmosphere-core" } +atmosphere-macros = { version = "=0.1.4", path = "atmosphere-macros" } async-trait = "0.1" lazy_static = "1" sqlx = { version = "0.7", features = ["chrono"] }