Skip to content

Commit

Permalink
Export Status Type
Browse files Browse the repository at this point in the history
  • Loading branch information
rmqtt committed Dec 18, 2022
1 parent aff39d8 commit d3c23a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rmqtt-raft"
version = "0.2.2"
version = "0.2.3"
authors = ["rmqtt <rmqttd@126.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Expand Up @@ -2,6 +2,7 @@ use std::time::Duration;

pub use crate::error::{Error, Result};
pub use crate::raft::{Mailbox, Raft, Store};
pub use crate::message::Status;
pub use tikv_raft::ReadOnlyOption;

mod error;
Expand Down

0 comments on commit d3c23a9

Please sign in to comment.