Skip to content

Commit

Permalink
Merge pull request #616 from CosmWasm/publish-prefixbound
Browse files Browse the repository at this point in the history
Publish `PrefixBound`
  • Loading branch information
maurolacy authored Dec 30, 2021
2 parents 193bf69 + 59bf5d8 commit 0857a27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage-plus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ pub use keys_old::IntKeyOld;
pub use map::Map;
pub use path::Path;
#[cfg(feature = "iterator")]
pub use prefix::{range_with_prefix, Bound, Prefix};
pub use prefix::{range_with_prefix, Bound, Prefix, PrefixBound};
#[cfg(feature = "iterator")]
pub use snapshot::{SnapshotItem, SnapshotMap, Strategy};

0 comments on commit 0857a27

Please sign in to comment.