Skip to content

Commit

Permalink
Cargo.lock sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Dec 1, 2023
1 parent 55a1385 commit ef24059
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 34 deletions.
82 changes: 50 additions & 32 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions zenoh-plugin-dds/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ use std::mem::ManuallyDrop;
use std::sync::atomic::AtomicBool;
use std::sync::Arc;
use std::time::Duration;
use zenoh::buffers::SplitBuffer;
use zenoh::liveliness::LivelinessToken;
use zenoh::plugins::{Plugin, RunningPluginTrait, Runtime, ZenohPlugin};
use zenoh::prelude::r#async::AsyncResolve;
Expand Down Expand Up @@ -1017,7 +1016,7 @@ impl<'a> DdsPluginRuntime<'a> {
.expect("Failed to declare PublicationCache for Fwd Discovery");

// Subscribe to remote DDS plugins publications of new Readers/Writers on admin space
let mut fwd_disco_sub = self
let fwd_disco_sub = self
.zsession
.declare_subscriber(fwd_discovery_subscription_key)
.querying()
Expand Down

0 comments on commit ef24059

Please sign in to comment.