Skip to content

Commit

Permalink
mark Query.reply_sample as unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Mar 12, 2024
1 parent 06e0263 commit a6d2f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/zenoh-backend-traits/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async-std = { workspace = true, features = ["default"] }
async-trait = { workspace = true }
derive_more = { workspace = true }
serde_json = { workspace = true }
zenoh = { workspace = true }
zenoh = { workspace = true, features = ["unstable"] }
zenoh-result = { workspace = true }
zenoh-util = { workspace = true }
schemars = { workspace = true }
Expand Down
2 changes: 2 additions & 0 deletions zenoh/src/queryable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ impl Query {
/// replying on a disjoint key expression will result in an error when resolving the reply.
/// This api is for internal use only.
#[inline(always)]
#[cfg(feature = "unstable")]
#[doc(hidden)]
pub fn reply_sample(&self, sample: Sample) -> ReplyBuilder<'_> {
let Sample {
key_expr,
Expand Down

0 comments on commit a6d2f7c

Please sign in to comment.