From a6e20f9d1b6d1049c463f0f5200f1fb9c9e30075 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Wed, 23 Jun 2021 15:24:54 +0200 Subject: [PATCH 1/2] Bump parity-scale-codec to 2.2.0-rc.1 --- test-support/reference-trie/CHANGELOG.md | 2 ++ test-support/reference-trie/Cargo.toml | 6 +++--- test-support/trie-bench/CHANGELOG.md | 3 ++- test-support/trie-bench/Cargo.toml | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/test-support/reference-trie/CHANGELOG.md b/test-support/reference-trie/CHANGELOG.md index 8ab71ff0..7ec0e344 100644 --- a/test-support/reference-trie/CHANGELOG.md +++ b/test-support/reference-trie/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] +## [0.23.1] - 2021-06-23 +- Update parity-scale-codec to 2.2.0-rc.1. ## [0.23.0] - 2021-01-27 - Update parity-scale-codec to 2.0. diff --git a/test-support/reference-trie/Cargo.toml b/test-support/reference-trie/Cargo.toml index 84a6c7a9..a912caf0 100644 --- a/test-support/reference-trie/Cargo.toml +++ b/test-support/reference-trie/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reference-trie" -version = "0.23.0" +version = "0.23.1" authors = ["Parity Technologies "] description = "Simple reference trie format" repository = "https://github.com/paritytech/trie/" @@ -13,10 +13,10 @@ hash256-std-hasher = { path = "../../hash256-std-hasher", version = "0.15.2" } keccak-hasher = { path = "../keccak-hasher", version = "0.15.3" } trie-db = { path = "../../trie-db", default-features = false, version = "0.22.0" } trie-root = { path = "../../trie-root", default-features = false, version = "0.16.0" } -parity-scale-codec = { version = "2.0.0", features = ["derive"] } +parity-scale-codec = { version = "2.2.0-rc.1", features = ["derive"] } [dev-dependencies] -trie-bench = { path = "../trie-bench", version = "0.27.0" } +trie-bench = { path = "../trie-bench", version = "0.27.1" } criterion = "0.3.3" [[bench]] diff --git a/test-support/trie-bench/CHANGELOG.md b/test-support/trie-bench/CHANGELOG.md index acd228d4..cd350223 100644 --- a/test-support/trie-bench/CHANGELOG.md +++ b/test-support/trie-bench/CHANGELOG.md @@ -5,7 +5,8 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ ## [Unreleased] - +## [0.27.1] - 2021-06-23 +- Update parity-scale-codec to 2.2.0-rc.1. ## [0.27.0] - 2021-01-27 - Update memory-db to 0.26. - Update parity-scale-codec to 2.0. diff --git a/test-support/trie-bench/Cargo.toml b/test-support/trie-bench/Cargo.toml index 7266380b..4e374bb7 100644 --- a/test-support/trie-bench/Cargo.toml +++ b/test-support/trie-bench/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "trie-bench" description = "Standard benchmarking suite for tries" -version = "0.27.0" +version = "0.27.1" authors = ["Parity Technologies "] repository = "https://github.com/paritytech/trie/" license = "Apache-2.0" @@ -15,4 +15,4 @@ memory-db = { path = "../../memory-db", version = "0.26.0" } trie-root = { path = "../../trie-root", version = "0.16.0" } trie-db = { path = "../../trie-db", version = "0.22.0" } criterion = "0.3.3" -parity-scale-codec = { version = "2.0.0" } +parity-scale-codec = { version = "2.2.0-rc.1" } From 3b777e490913d17fe372961573c0fc1980506f94 Mon Sep 17 00:00:00 2001 From: Igor Matuszewski Date: Thu, 24 Jun 2021 15:06:57 +0200 Subject: [PATCH 2/2] Bump parity-scale-codec to 2.2.0-rc.2 --- test-support/reference-trie/CHANGELOG.md | 4 ++-- test-support/reference-trie/Cargo.toml | 2 +- test-support/trie-bench/CHANGELOG.md | 4 ++-- test-support/trie-bench/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test-support/reference-trie/CHANGELOG.md b/test-support/reference-trie/CHANGELOG.md index 7ec0e344..041af29d 100644 --- a/test-support/reference-trie/CHANGELOG.md +++ b/test-support/reference-trie/CHANGELOG.md @@ -6,8 +6,8 @@ The format is based on [Keep a Changelog]. ## [Unreleased] -## [0.23.1] - 2021-06-23 -- Update parity-scale-codec to 2.2.0-rc.1. +## [0.23.1] - 2021-06-24 +- Update parity-scale-codec to 2.2.0-rc.2. ## [0.23.0] - 2021-01-27 - Update parity-scale-codec to 2.0. diff --git a/test-support/reference-trie/Cargo.toml b/test-support/reference-trie/Cargo.toml index a912caf0..2dbed086 100644 --- a/test-support/reference-trie/Cargo.toml +++ b/test-support/reference-trie/Cargo.toml @@ -13,7 +13,7 @@ hash256-std-hasher = { path = "../../hash256-std-hasher", version = "0.15.2" } keccak-hasher = { path = "../keccak-hasher", version = "0.15.3" } trie-db = { path = "../../trie-db", default-features = false, version = "0.22.0" } trie-root = { path = "../../trie-root", default-features = false, version = "0.16.0" } -parity-scale-codec = { version = "2.2.0-rc.1", features = ["derive"] } +parity-scale-codec = { version = "2.2.0-rc.2", features = ["derive"] } [dev-dependencies] trie-bench = { path = "../trie-bench", version = "0.27.1" } diff --git a/test-support/trie-bench/CHANGELOG.md b/test-support/trie-bench/CHANGELOG.md index cd350223..aedfd801 100644 --- a/test-support/trie-bench/CHANGELOG.md +++ b/test-support/trie-bench/CHANGELOG.md @@ -5,8 +5,8 @@ The format is based on [Keep a Changelog]. [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ ## [Unreleased] -## [0.27.1] - 2021-06-23 -- Update parity-scale-codec to 2.2.0-rc.1. +## [0.27.1] - 2021-06-24 +- Update parity-scale-codec to 2.2.0-rc.2. ## [0.27.0] - 2021-01-27 - Update memory-db to 0.26. - Update parity-scale-codec to 2.0. diff --git a/test-support/trie-bench/Cargo.toml b/test-support/trie-bench/Cargo.toml index 4e374bb7..af17e43a 100644 --- a/test-support/trie-bench/Cargo.toml +++ b/test-support/trie-bench/Cargo.toml @@ -15,4 +15,4 @@ memory-db = { path = "../../memory-db", version = "0.26.0" } trie-root = { path = "../../trie-root", version = "0.16.0" } trie-db = { path = "../../trie-db", version = "0.22.0" } criterion = "0.3.3" -parity-scale-codec = { version = "2.2.0-rc.1" } +parity-scale-codec = { version = "2.2.0-rc.2" }