From 54462566d90a885e1e2ca8b36b3f73384b251bc4 Mon Sep 17 00:00:00 2001 From: Tsvetomir Dimitrov Date: Wed, 8 May 2024 10:33:21 +0300 Subject: [PATCH] Bump parity-scale-codec version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 33717a65..2011f538 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,7 +590,7 @@ checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267" [[package]] name = "parity-scale-codec" -version = "3.6.9" +version = "3.6.10" dependencies = [ "arbitrary", "arrayvec", diff --git a/Cargo.toml b/Cargo.toml index abd08f21..c64ea7a6 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.9" +version = "3.6.10" authors = ["Parity Technologies "] license = "Apache-2.0" repository = "https://github.com/paritytech/parity-scale-codec"