File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
1717anyhow.workspace = true
1818bytes.workspace = true
You can’t perform that action at this time.
0 commit comments