Skip to content

Commit

Permalink
Merge pull request #78 from cita-cloud/update-deps
Browse files Browse the repository at this point in the history
bump to v0.5.2
  • Loading branch information
rink1969 committed Dec 14, 2022
2 parents 0bd776c + 38d389e commit 94b4e0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
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.5.1"
version = "0.5.2"
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 = { package = "cita_cloud_proto", git = "https://github.com/cita-cloud/cloud-common-rs.git" }
consensus_bft = { git = "https://github.com/cita-cloud/consensus_bft", package = "consensus"}
cita_cloud_proto = "=6.6.3"
consensus_bft = { git = "https://github.com/cita-cloud/consensus_bft", package = "consensus", branch = "v6.6.3"}
overlord = "0.4"

[build-dependencies]
Expand Down

0 comments on commit 94b4e0c

Please sign in to comment.