Skip to content

Commit

Permalink
[ISSUE #127]⬆️Upgrade the version to 0.2.0 for the next version's fea…
Browse files Browse the repository at this point in the history
…ture development (#128)
  • Loading branch information
mxsm authored Jan 29, 2024
1 parent 37b9bfa commit b26c7ef
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.2.0"
authors = ["mxsm <[email protected]>"]
edition = "2021"
homepage = "https://github.com/mxsm/rocketmq-rust"
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketmq-common"
version = "0.1.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rocketmq-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketmq-macros"
version = "0.1.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down
8 changes: 4 additions & 4 deletions rocketmq-namesrv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketmq-namesrv"
version = "0.1.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand All @@ -12,9 +12,9 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocketmq-rust = { version = "0.1.0", path = "../rocketmq" }
rocketmq-common = { version = "0.1.0", path = "../rocketmq-common" }
rocketmq-remoting = { version = "0.1.0", path = "../rocketmq-remoting" }
rocketmq-rust = { version = "0.2.0", path = "../rocketmq" }
rocketmq-common = { version = "0.2.0", path = "../rocketmq-common" }
rocketmq-remoting = { version = "0.2.0", path = "../rocketmq-remoting" }



Expand Down
6 changes: 3 additions & 3 deletions rocketmq-remoting/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketmq-remoting"
version = "0.1.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand All @@ -12,8 +12,8 @@ readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rocketmq-common = { version = "0.1.0",path = "../rocketmq-common" }
rocketmq-macros = { version = "0.1.0",path = "../rocketmq-macros" }
rocketmq-common = { version = "0.2.0",path = "../rocketmq-common" }
rocketmq-macros = { version = "0.2.0",path = "../rocketmq-macros" }

anyhow.workspace = true
bytes.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion rocketmq/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rocketmq-rust"
version = "0.1.0"
version.workspace = true
authors.workspace = true
edition.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit b26c7ef

Please sign in to comment.