From 3be7c9e6e87494fc59ab75c843a2c59f97c66970 Mon Sep 17 00:00:00 2001 From: pgherveou Date: Fri, 8 Sep 2023 11:07:29 +0200 Subject: [PATCH] Bump to 3.6.7 --- 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 77b2131e..f40ecfdf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" [[package]] name = "parity-scale-codec" -version = "3.6.6" +version = "3.6.7" dependencies = [ "arbitrary", "arrayvec", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.6" +version = "3.6.7" dependencies = [ "parity-scale-codec", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index b34c1b3a..e076b7f3 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.6" +version = "3.6.7" 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.6", default-features = false, optional = true } +parity-scale-codec-derive = { path = "derive", version = ">= 3.6.7", 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 8de22acc..86c1b7cc 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.6" +version = "3.6.7" authors = ["Parity Technologies "] license = "Apache-2.0" edition = "2021"