Skip to content

Commit

Permalink
allow deprecated to enable usage of fetchng subscriber (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
milyin authored Dec 11, 2024
1 parent 99cf4b0 commit 9579047
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 27 deletions.
78 changes: 51 additions & 27 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions zenoh-plugin-dds/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
// Contributors:
// ZettaScale Zenoh Team, <[email protected]>
//
#![allow(deprecated)]
use std::{
collections::HashMap,
env,
Expand Down

0 comments on commit 9579047

Please sign in to comment.