Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Upgrade tendermint-rs to v0.11 (+ other crate upgrades)
Browse files Browse the repository at this point in the history
Includes the following crate updates, which match versions with or are
otherwise necessitated by the `tendermint-rs` upgrade:

- `tendermint` => v0.11-ish
- `chacha20poly1305` => v0.3
- `signatory` => v0.17
- `uuid` => v0.8
- `yubihsm` => v0.30
  • Loading branch information
tony-iqlusion committed Dec 12, 2019
1 parent 849f3ee commit 614c0de
Show file tree
Hide file tree
Showing 11 changed files with 412 additions and 122 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
- restore_cache:
key: cache-2019-06-05-v0 # bump save_cache key below too
- run:
name: Install Rust 1.36.0 # TODO: update Rust in the upstream Docker image
name: Install Rust 1.39.0 # TODO: update Rust in the upstream Docker image
command: |
rustup toolchain install 1.36.0
rustup default 1.36.0
rustup toolchain install 1.39.0
rustup default 1.39.0
rustup component add rustfmt
rustup component add clippy
- run:
Expand Down
Loading

0 comments on commit 614c0de

Please sign in to comment.