Skip to content

Commit

Permalink
db: pub Revision
Browse files Browse the repository at this point in the history
  • Loading branch information
gauteh committed Oct 11, 2020
1 parent 2231a5c commit 73eb954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ mod index;
mod config_list;
mod message_properties;

pub use database::{Database, DatabaseExt, AtomicOperation};
pub use database::{Database, DatabaseExt, AtomicOperation, Revision};
pub use directory::{Directory, DirectoryExt};
pub use error::Error;
pub use filenames::{Filenames, FilenamesOwner};
Expand All @@ -40,4 +40,4 @@ pub use config_list::ConfigList;

pub use ffi::{Status, DatabaseMode, Sort, DecryptionPolicy};

pub use utils::{ScopedSupercow, ScopedPhantomcow};
pub use utils::{ScopedSupercow, ScopedPhantomcow};

0 comments on commit 73eb954

Please sign in to comment.