Skip to content

Commit

Permalink
Merge pull request #19 from sgaim/master
Browse files Browse the repository at this point in the history
expose TsMrangeEntry to users
  • Loading branch information
tompro authored Feb 16, 2024
2 parents 826ffb9 + 0de88f6 commit c1d88e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ pub use crate::commands::TsCommands;

pub use crate::types::{
TsAggregationType, TsAlign, TsBucketTimestamp, TsDuplicatePolicy, TsFilterOptions, TsInfo,
TsMget, TsMrange, TsOptions, TsRange, TsRangeQuery,
TsMget, TsMrange, TsMrangeEntry, TsOptions, TsRange, TsRangeQuery,
};

#[cfg(any(feature = "tokio-comp", feature = "async-std-comp"))]
Expand Down

0 comments on commit c1d88e2

Please sign in to comment.