Skip to content

Commit

Permalink
Bump version (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbrkfxrpt authored Sep 5, 2024
1 parent 82c0688 commit 4ae7fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -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"] }
Expand Down

0 comments on commit 4ae7fa6

Please sign in to comment.