Skip to content

Commit

Permalink
Publish IntKeyOld
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 23, 2021
1 parent f6564ca commit cfcefd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/storage-plus/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pub use keys::{I128Key, I16Key, I32Key, I64Key, I8Key};
pub use int_key::CwIntKey;
#[allow(deprecated)]
pub use keys::{Prefixer, PrimaryKey, U128Key, U16Key, U32Key, U64Key, U8Key};
pub use keys_old::IntKeyOld;
pub use map::Map;
pub use path::Path;
#[cfg(feature = "iterator")]
Expand Down

0 comments on commit cfcefd0

Please sign in to comment.