Skip to content

Commit

Permalink
Merge branch 'main' into liveliness_stabilize, build warnings fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin committed Dec 11, 2024
2 parents 0fb686b + 34b7c70 commit 83c0ca9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/publication_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Contributors:
// ZettaScale Zenoh team, <zenoh@zettascale.tech>
//
#![allow(deprecated)]

use std::{mem::MaybeUninit, ptr::null};

Expand Down
1 change: 1 addition & 0 deletions src/querying_subscriber.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Contributors:
// ZettaScale Zenoh team, <zenoh@zettascale.tech>
//
#![allow(deprecated)]

use std::mem::MaybeUninit;

Expand Down

0 comments on commit 83c0ca9

Please sign in to comment.