Skip to content

Commit

Permalink
Expose ReadTier publicly (rust-rocksdb#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
tinct-martini authored Sep 28, 2023
1 parent 734cf99 commit ea9e53f
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 @@ -116,7 +116,7 @@ pub use crate::{
CompactOptions, CuckooTableOptions, DBCompactionStyle, DBCompressionType, DBPath,
DBRecoveryMode, DataBlockIndexType, FifoCompactOptions, FlushOptions,
IngestExternalFileOptions, KeyEncodingType, LogLevel, MemtableFactory, Options,
PlainTableFactoryOptions, ReadOptions, UniversalCompactOptions,
PlainTableFactoryOptions, ReadOptions, ReadTier, UniversalCompactOptions,
UniversalCompactionStopStyle, WriteOptions,
},
db_pinnable_slice::DBPinnableSlice,
Expand Down

0 comments on commit ea9e53f

Please sign in to comment.