Skip to content

Commit

Permalink
Put SourceSn behind unstable (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo authored Sep 18, 2024
1 parent a5722dd commit 2ce27b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zenoh/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@ pub mod sample {
#[zenoh_macros::unstable]
pub use crate::api::sample::Locality;
#[zenoh_macros::unstable]
pub use crate::api::sample::SourceInfo;
pub use crate::api::sample::{SourceInfo, SourceSn};
pub use crate::api::{
builders::sample::{
SampleBuilder, SampleBuilderAny, SampleBuilderDelete, SampleBuilderPut,
},
sample::{Sample, SampleFields, SampleKind, SourceSn},
sample::{Sample, SampleFields, SampleKind},
};
}

Expand Down

0 comments on commit 2ce27b2

Please sign in to comment.