From 36dcfb96b3ec2408555bfa0a491fca8a73c94222 Mon Sep 17 00:00:00 2001 From: ilya Date: Sat, 8 Jan 2022 18:46:28 +0000 Subject: [PATCH] v0.2.0 --- Cargo.lock | 2 +- little_raft/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"