diff --git a/Cargo.lock b/Cargo.lock index a4e4259..a9523b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -143,7 +143,7 @@ checksum = "9385f66bf6105b241aa65a61cb923ef20efc665cb9f9bb50ac2f0c4b7f378d41" [[package]] name = "little_raft" -version = "0.1.6" +version = "0.2.0" dependencies = [ "bytes", "crossbeam", diff --git a/little_raft/Cargo.toml b/little_raft/Cargo.toml index 07d3346..fda1b24 100644 --- a/little_raft/Cargo.toml +++ b/little_raft/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "The lightest distributed consensus library. Run your own replicated state machine!" name = "little_raft" -version = "0.1.6" +version = "0.2.0" authors = ["Ilya Andreev "] edition = "2018" license = "MIT"