From 090e64395a3e508fbf2245e35560c109488b2a35 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Mon, 4 Sep 2023 09:24:10 +0200 Subject: [PATCH] Release 3.6.6 --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- derive/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63695382..77b2131e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" [[package]] name = "parity-scale-codec" -version = "3.6.5" +version = "3.6.6" dependencies = [ "arbitrary", "arrayvec", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.5" +version = "3.6.6" dependencies = [ "parity-scale-codec", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index e9a7842e..b34c1b3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parity-scale-codec" description = "SCALE - Simple Concatenating Aggregated Little Endians" -version = "3.6.5" +version = "3.6.6" authors = ["Parity Technologies "] license = "Apache-2.0" repository = "https://github.com/paritytech/parity-scale-codec" @@ -12,7 +12,7 @@ rust-version = "1.60.0" [dependencies] arrayvec = { version = "0.7", default-features = false } serde = { version = "1.0.188", default-features = false, optional = true } -parity-scale-codec-derive = { path = "derive", version = ">= 3.6.5", default-features = false, optional = true } +parity-scale-codec-derive = { path = "derive", version = ">= 3.6.6", default-features = false, optional = true } bitvec = { version = "1", default-features = false, features = [ "alloc" ], optional = true } bytes = { version = "1", default-features = false, optional = true } byte-slice-cast = { version = "1.2.2", default-features = false } diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 625e0e13..8de22acc 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "parity-scale-codec-derive" description = "Serialization and deserialization derive macro for Parity SCALE Codec" -version = "3.6.5" +version = "3.6.6" authors = ["Parity Technologies "] license = "Apache-2.0" edition = "2021"