Skip to content

Commit

Permalink
Update to upstream ros2-client 0.7.1 and rustdds 0.10.0 releases
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed Apr 16, 2024
1 parent 9824dd9 commit e50e166
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
14 changes: 8 additions & 6 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions libraries/extensions/ros2-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ array-init = "2.1.0"
serde = { version = "1.0.164", features = ["derive"] }
serde-big-array = "0.5.1"
widestring = "1.0.2"
ros2-client = { git = "https://github.com/dora-rs/ros2-client.git", branch = "deserialize-seed-2" }
rustdds = { git = "https://github.com/jhelovuo/RustDDS.git", branch = "deserialize-with-seed" }
ros2-client = "0.7.1"
rustdds = "0.10.0"
eyre = { version = "0.6.8", optional = true }
tokio = { version = "1.29.1", features = ["full"], optional = true }
dora-daemon = { path = "../../../binaries/daemon", optional = true }
Expand Down

0 comments on commit e50e166

Please sign in to comment.