Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mara-schulke committed Jul 1, 2023
1 parent 3d28244 commit 67002e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1"
version = "0.0.1-alpha.2"
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 = { path = "./atmosphere-core" }
atmosphere-macros = { path = "./atmosphere-macros" }
atmosphere-core = { version = "=0.0.1-alpha.2", path = "atmosphere-core" }
atmosphere-macros = { version = "=0.0.1-alpha.2", path = "atmosphere-macros" }
async-trait = "0.1"
sqlx = { version = "0.6", features = ["chrono"] }
thiserror = "1"
Expand Down
2 changes: 1 addition & 1 deletion atmosphere-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atmosphere-core"
description = ""
description = "Core trait system and types for the atmosphere project"
version.workspace = true
license.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion atmosphere-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "atmosphere-macros"
description = ""
description = "Macro crate of atmosphere"
version.workspace = true
license.workspace = true
edition.workspace = true
Expand Down

0 comments on commit 67002e6

Please sign in to comment.