File tree 6 files changed +11
-10
lines changed
6 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ members = [
8
8
resolver = " 2"
9
9
10
10
[workspace .package ]
11
+ version = " 0.2.0"
11
12
authors = [
" mxsm <[email protected] >" ]
12
13
edition = " 2021"
13
14
homepage = " https://github.com/mxsm/rocketmq-rust"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rocketmq-common"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rocketmq-macros"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
homepage.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rocketmq-namesrv"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
homepage.workspace = true
@@ -12,9 +12,9 @@ readme = "README.md"
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[dependencies ]
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" }
15
+ rocketmq-rust = { version = " 0.2 .0" , path = " ../rocketmq" }
16
+ rocketmq-common = { version = " 0.2 .0" , path = " ../rocketmq-common" }
17
+ rocketmq-remoting = { version = " 0.2 .0" , path = " ../rocketmq-remoting" }
18
18
19
19
20
20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rocketmq-remoting"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
homepage.workspace = true
@@ -12,8 +12,8 @@ readme = "README.md"
12
12
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
13
13
14
14
[dependencies ]
15
- rocketmq-common = { version = " 0.1 .0" ,path = " ../rocketmq-common" }
16
- rocketmq-macros = { version = " 0.1 .0" ,path = " ../rocketmq-macros" }
15
+ rocketmq-common = { version = " 0.2 .0" ,path = " ../rocketmq-common" }
16
+ rocketmq-macros = { version = " 0.2 .0" ,path = " ../rocketmq-macros" }
17
17
18
18
anyhow.workspace = true
19
19
bytes.workspace = true
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rocketmq-rust"
3
- version = " 0.1.0 "
3
+ version.workspace = true
4
4
authors.workspace = true
5
5
edition.workspace = true
6
6
homepage.workspace = true
You can’t perform that action at this time.
0 commit comments