-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de649b1
commit 51ba004
Showing
3 changed files
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
## v0.6.4 | ||
|
||
|
||
## v0.6.3 | ||
|
||
|
||
|
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "openraft" | ||
version = "0.6.3" | ||
version = "0.6.4" | ||
edition = "2021" | ||
authors = [ | ||
"Databend Authors <[email protected]>", | ||
"Anthony Dodd <[email protected]>" | ||
] | ||
categories = ["algorithms", "asynchronous", "data-structures"] | ||
description = "Raft consensus with improvments." | ||
description = "Advanced Raft consensus" | ||
documentation = "https://docs.rs/openraft" | ||
homepage = "https://github.com/datafuselabs/openraft" | ||
keywords = ["raft", "consensus"] | ||
|