Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke committed Nov 4, 2023
1 parent 518f4d3 commit a2cd4b6
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,16 +6,16 @@ members = [
]

[workspace.package]
version = "0.0.1-alpha.2"
version = "0.0.1"
license = "Apache-2.0"
edition = "2021"
authors = ["Mara Schulke <[email protected]>"]
repository = "https://github.com/hemisphere-studio/atmosphere"
keywords = ["sqlx", "postgres", "database", "orm", "backend"]

[workspace.dependencies]
atmosphere-core = { version = "=0.0.1-alpha.2", path = "atmosphere-core" }
atmosphere-macros = { version = "=0.0.1-alpha.2", path = "atmosphere-macros" }
atmosphere-core = { version = "=0.0.1", path = "atmosphere-core" }
atmosphere-macros = { version = "=0.0.1", path = "atmosphere-macros" }
async-trait = "0.1"
lazy_static = "1"
sqlx = { version = "0.7", features = ["chrono"] }
Expand Down

0 comments on commit a2cd4b6

Please sign in to comment.