Skip to content

Commit 51ba004

Browse files
committed
ci: v0.6.4
1 parent de649b1 commit 51ba004

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

change-log.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v0.6.4
2+
3+
14
## v0.6.3
25

36

change-log/v0.6.4.md

Whitespace-only changes.

openraft/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "openraft"
3-
version = "0.6.3"
3+
version = "0.6.4"
44
edition = "2021"
55
authors = [
66
"Databend Authors <[email protected]>",
77
"Anthony Dodd <[email protected]>"
88
]
99
categories = ["algorithms", "asynchronous", "data-structures"]
10-
description = "Raft consensus with improvments."
10+
description = "Advanced Raft consensus"
1111
documentation = "https://docs.rs/openraft"
1212
homepage = "https://github.com/datafuselabs/openraft"
1313
keywords = ["raft", "consensus"]

0 commit comments

Comments
 (0)