Skip to content

Commit

Permalink
Bump versions (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbrkfxrpt authored Feb 13, 2024
1 parent 7c65b52 commit bcadafb
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 @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.1.3"
version = "0.1.4"
license = "Apache-2.0"
edition = "2021"
authors = ["Mara Schulke <[email protected]>"]
Expand All @@ -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"] }
Expand Down

0 comments on commit bcadafb

Please sign in to comment.