From c460b7a46069f32c8542a1b79d5abf3e1d08311b Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 11 Dec 2019 18:12:11 -0500 Subject: [PATCH 1/2] Update CHANGES.md Co-Authored-By: Ismail Khoffi --- CHANGES.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 7c3f2c60a..ea095596c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -55,7 +55,7 @@ Light Client: - `signatory` from `0.12` to `0.17` ([#89]) - `subtle-encoding` from `0.3` to `0.5` ([#47]) - `uuid` from `0.7` to `0.8` ([#91]) -- replace `rand_os` with `getrandome` ([#90]) +- replace `rand_os` with `getrandom` ([#90]) - pin to `ed25519-dalek` `1.0.0-pre.3` ([#83]) ## [0.10.0] (2019-07-30) @@ -215,4 +215,3 @@ https://github.com/interchainio/tendermint-rs/commit/566dfb6a9ef9659a504b43fb8cc [#90]: https://github.com/interchainio/tendermint-rs/pull/90 [#83]: https://github.com/interchainio/tendermint-rs/pull/83 [#91]: https://github.com/interchainio/tendermint-rs/pull/91 - From c0acc2c58c5bf880d3142962fdade0b5f70bb1ea Mon Sep 17 00:00:00 2001 From: Ethan Buchman Date: Wed, 11 Dec 2019 18:12:22 -0500 Subject: [PATCH 2/2] Update tendermint/Cargo.toml Co-Authored-By: Ismail Khoffi --- tendermint/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index a291d544e..21290690d 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -3,7 +3,7 @@ name = "tendermint" version = "0.11.0" # Also update `html_root_url` in lib.rs when bumping this license = "Apache-2.0" homepage = "https://www.tendermint.com/" -repository = "https://github.com/tendermint/kms/tree/master/crates/tendermint" +repository = "https://github.com/interchainio/tendermint-rs/tree/master/tendermint" readme = "README.md" categories = ["cryptography", "database"] keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]