Skip to content

Commit

Permalink
chore: version separation and bump
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryConrad committed Nov 23, 2023
1 parent 2fbad41 commit 970cd0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ members = ["rearch", "rearch-*", "examples/*"]
resolver = "2"

[workspace.package]
version = "0.2.1"
edition = "2021"
license = "MIT"
description = "Re-imagined approach to application design and architecture"
Expand All @@ -17,7 +16,7 @@ readme = "README.md"

[workspace.dependencies]
rearch-macros = { path = "rearch-macros", version = "0.2.*" }
rearch = { path = "rearch", version = "0.2.*" }
rearch = { path = "rearch", version = "0.3.*" }

[workspace.lints.rust]
unsafe_code = "forbid"
Expand Down
2 changes: 1 addition & 1 deletion examples/axum/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "example-axum"
version.workspace = true
version = "0.2.1"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch-macros"
version.workspace = true
version = "0.2.1"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch-tokio"
version.workspace = true
version = "0.2.1"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rearch/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rearch"
version.workspace = true
version = "0.3.0"
edition.workspace = true
license.workspace = true
description.workspace = true
Expand Down

0 comments on commit 970cd0b

Please sign in to comment.