diff options
Diffstat (limited to 'src/data.rs')
-rw-r--r-- | src/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data.rs b/src/data.rs index f01d5394..14846fe2 100644 --- a/src/data.rs +++ b/src/data.rs @@ -121,7 +121,7 @@ pub struct SplitpointMeta { pub deleted: bool, } -pub use crate::version_table::*; +pub use crate::object_table::*; #[derive(Clone, Debug, Serialize, Deserialize)] pub struct BlockMeta { |