Skip to content

Commit

Permalink
Align Rust with Reliability exported in zenoh::qos (#166)
Browse files Browse the repository at this point in the history
* Align Rust with Reliability exported in zenoh::qos

* `cargo update zenoh`

---------

Co-authored-by: Mahmoud Mazouz <[email protected]>
  • Loading branch information
Mallets and fuzzypixelz authored Sep 19, 2024
1 parent d3ca8e7 commit 5ed0b18
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 30 deletions.
52 changes: 26 additions & 26 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ use std::{
use zenoh::{
internal::buffers::ZBuf,
key_expr::OwnedKeyExpr,
pubsub::Reliability,
qos::{CongestionControl, Priority},
qos::{CongestionControl, Priority, Reliability},
sample::Locality,
Session,
};
Expand Down
3 changes: 1 addition & 2 deletions zenoh-plugin-ros1/src/ros_to_zenoh_bridge/zenoh_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ use std::fmt::Display;
use tracing::debug;
use zenoh::{
key_expr::KeyExpr,
pubsub::Reliability,
qos::CongestionControl,
qos::{CongestionControl, Reliability},
query::Selector,
sample::{Locality, Sample},
Result as ZResult, Session,
Expand Down

0 comments on commit 5ed0b18

Please sign in to comment.