Skip to content

Commit

Permalink
[ISSUE #1210]✨Update the version to 0.4.0 for development (#1211)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm authored Nov 17, 2024
1 parent 2b8372e commit 065b43f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ members = [
resolver = "2"

[workspace.package]
version = "0.3.0"
version = "0.4.0"
authors = ["mxsm <[email protected]>"]
edition = "2021"
homepage = "https://github.com/mxsm/rocketmq-rust"
Expand All @@ -28,17 +28,17 @@ description = """
Unofficial Rust implementation of Apache RocketMQ
"""
[workspace.dependencies]
rocketmq-common = { version = "0.3.0", path = "./rocketmq-common" }
rocketmq-runtime = { version = "0.3.0", path = "./rocketmq-runtime" }
rocketmq-macros = { version = "0.3.0", path = "./rocketmq-macros" }
rocketmq-rust = { version = "0.3.0", path = "./rocketmq" }
rocketmq-filter = { version = "0.3.0", path = "./rocketmq-filter" }
rocketmq-store = { version = "0.3.0", path = "./rocketmq-store", default-features = true }
rocketmq-remoting = { version = "0.3.0", path = "./rocketmq-remoting" }
rocketmq-cli = { version = "0.3.0", path = "./rocketmq-cli" }
rocketmq-namesrv = { version = "0.3.0", path = "./rocketmq-namesrv" }
rocketmq-broker = { version = "0.3.0", path = "./rocketmq-broker" }
rocketmq-client-rust = { version = "0.3.0", path = "./rocketmq-client" }
rocketmq-common = { version = "0.4.0", path = "./rocketmq-common" }
rocketmq-runtime = { version = "0.4.0", path = "./rocketmq-runtime" }
rocketmq-macros = { version = "0.4.0", path = "./rocketmq-macros" }
rocketmq-rust = { version = "0.4.0", path = "./rocketmq" }
rocketmq-filter = { version = "0.4.0", path = "./rocketmq-filter" }
rocketmq-store = { version = "0.4.0", path = "./rocketmq-store", default-features = true }
rocketmq-remoting = { version = "0.4.0", path = "./rocketmq-remoting" }
rocketmq-cli = { version = "0.4.0", path = "./rocketmq-cli" }
rocketmq-namesrv = { version = "0.4.0", path = "./rocketmq-namesrv" }
rocketmq-broker = { version = "0.4.0", path = "./rocketmq-broker" }
rocketmq-client-rust = { version = "0.4.0", path = "./rocketmq-client" }

tokio = { version = "1.41", features = ["full"] }
tokio-util = { version = "0.7.12", features = ["full"] }
Expand Down

0 comments on commit 065b43f

Please sign in to comment.