Bump version numbers fix
This commit is contained in:
parent
9166d99050
commit
bacd94c6e9
12
Cargo.toml
12
Cargo.toml
|
|
@ -19,10 +19,10 @@ serde = { version = "1.0.133", features = ["derive"] }
|
||||||
serde_json = "1.0.74"
|
serde_json = "1.0.74"
|
||||||
thiserror = "1.0.30"
|
thiserror = "1.0.30"
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
r2r_common = { path = "r2r_common", version = "0.3.1" }
|
r2r_common = { path = "r2r_common", version = "0.3.2" }
|
||||||
r2r_rcl = { path = "r2r_rcl", version = "0.3.1" }
|
r2r_rcl = { path = "r2r_rcl", version = "0.3.2" }
|
||||||
r2r_msg_gen = { path = "r2r_msg_gen", version = "0.3.2" }
|
r2r_msg_gen = { path = "r2r_msg_gen", version = "0.3.3" }
|
||||||
r2r_actions = { path = "r2r_actions", version = "0.3.1" }
|
r2r_actions = { path = "r2r_actions", version = "0.3.2" }
|
||||||
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
uuid = { version = "0.8.2", features = ["serde", "v4"] }
|
||||||
futures = "0.3.19"
|
futures = "0.3.19"
|
||||||
|
|
||||||
|
|
@ -33,7 +33,7 @@ tokio = { version = "1.15.0", features = ["full"] }
|
||||||
rand = "0.8.4"
|
rand = "0.8.4"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
r2r_common = { path = "r2r_common", version = "0.3.1" }
|
r2r_common = { path = "r2r_common", version = "0.3.2" }
|
||||||
r2r_msg_gen = { path = "r2r_msg_gen", version = "0.3.2" }
|
r2r_msg_gen = { path = "r2r_msg_gen", version = "0.3.3" }
|
||||||
|
|
||||||
[workspace]
|
[workspace]
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,9 @@ repository = "https://github.com/sequenceplanner/r2r"
|
||||||
documentation = "https://sequenceplanner.github.io/r2r/"
|
documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
r2r_rcl = { path = "../r2r_rcl", version = "0.3.1" }
|
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.2" }
|
r2r_msg_gen = { path = "../r2r_msg_gen", version = "0.3.3" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.59.2"
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.1" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,11 @@ documentation = "https://sequenceplanner.github.io/r2r/"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
r2r_rcl = { path = "../r2r_rcl", version = "0.3.1" }
|
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.1" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.59.2"
|
||||||
r2r_rcl = { path = "../r2r_rcl", version = "0.3.1" }
|
r2r_rcl = { path = "../r2r_rcl", version = "0.3.2" }
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.1" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
heck = "0.4.0"
|
heck = "0.4.0"
|
||||||
|
|
|
||||||
|
|
@ -16,4 +16,4 @@ widestring = "0.5.1"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
bindgen = "0.59.2"
|
bindgen = "0.59.2"
|
||||||
r2r_common = { path = "../r2r_common", version = "0.3.1" }
|
r2r_common = { path = "../r2r_common", version = "0.3.2" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue