Skip to content

Commit

Permalink
release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanring committed Sep 29, 2022
1 parent 3d25870 commit c112cdd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cldi"
version = "0.4.3"
version = "0.5.0"
authors = ["Rivtower Technologies <contact@rivtower.com>"]
edition = "2021"

Expand Down Expand Up @@ -45,8 +45,8 @@ rustbreak = { version = "2.0", features = ["ron_enc"] }
bincode = "1.3"
rlp = "0.5"

cita_cloud_proto = { git = "https://github.com/cita-cloud/cita_cloud_proto" }
consensus_bft = { git = "https://github.com/cita-cloud/consensus_bft", package = "consensus" }
cita_cloud_proto = "=6.6.1"
consensus_bft = { git = "https://github.com/cita-cloud/consensus_bft", package = "consensus", branch = "v6.6.1"}
overlord = "0.4.2"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $ cargo install --path cloud-cli
### 验证安装
```plaintext
$ cldi --version
cldi 0.4.3
cldi 0.5.0
```

## 快速入门
Expand Down
2 changes: 1 addition & 1 deletion book/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```plaintext
$ cldi help
cldi 0.4.3
cldi 0.5.0
Rivtower Technologies <contact@rivtower.com>
The command line interface to interact with CITA-Cloud
Expand Down

0 comments on commit c112cdd

Please sign in to comment.