From 38d18bd9e4d4b6badc307b1646e4ccfa2c0356d4 Mon Sep 17 00:00:00 2001 From: PG Herveou Date: Mon, 11 Sep 2023 11:17:56 +0200 Subject: [PATCH] bump 3.6.8 (#518) * alpha-1 * rm alpha.1 --- 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 f40ecfdf..82392b4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -568,7 +568,7 @@ checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" [[package]] name = "parity-scale-codec" -version = "3.6.7" +version = "3.6.8" dependencies = [ "arbitrary", "arrayvec", @@ -589,7 +589,7 @@ dependencies = [ [[package]] name = "parity-scale-codec-derive" -version = "3.6.7" +version = "3.6.8" dependencies = [ "parity-scale-codec", "proc-macro-crate", diff --git a/Cargo.toml b/Cargo.toml index e076b7f3..72cb7fb6 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.7" +version = "3.6.8" 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.7", default-features = false, optional = true } +parity-scale-codec-derive = { path = "derive", version = ">= 3.6.8", 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 86c1b7cc..f56e6880 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.7" +version = "3.6.8" authors = ["Parity Technologies "] license = "Apache-2.0" edition = "2021"