Skip to content

Commit 841fe72

Browse files
authored
[ISSUE #123]Update internal dependency versions (#124)
1 parent 39c984c commit 841fe72

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

rocketmq-namesrv/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ readme = "README.md"
1212
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1313

1414
[dependencies]
15-
rocketmq-rust = { version = "*", path = "../rocketmq" }
16-
rocketmq-common = { version = "*", path = "../rocketmq-common" }
17-
rocketmq-remoting = { version = "*", path = "../rocketmq-remoting" }
15+
rocketmq-rust = { version = "0.1.0", path = "../rocketmq" }
16+
rocketmq-common = { version = "0.1.0", path = "../rocketmq-common" }
17+
rocketmq-remoting = { version = "0.1.0", path = "../rocketmq-remoting" }
1818

1919

2020

rocketmq-remoting/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ description = "Rust implementation of Apache rocketmq remoting"
1111
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1212

1313
[dependencies]
14-
rocketmq-common = { version = "*",path = "../rocketmq-common" }
15-
rocketmq-macros = { version = "*",path = "../rocketmq-macros" }
14+
rocketmq-common = { version = "0.1.0",path = "../rocketmq-common" }
15+
rocketmq-macros = { version = "0.1.0",path = "../rocketmq-macros" }
1616

1717
anyhow.workspace = true
1818
bytes.workspace = true

0 commit comments

Comments
 (0)