diff --git a/Cargo.lock b/Cargo.lock index 27beed5c03..64421d9693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3667,9 +3667,9 @@ dependencies = [ [[package]] name = "scale-typegen" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d6108609f017741c78d35967c7afe4aeaa3999b848282581041428e10d23b63" +checksum = "d470fa75e71b12b3244a4113adc4bc49891f3daba2054703cacd06256066397e" dependencies = [ "proc-macro2", "quote", @@ -3680,9 +3680,9 @@ dependencies = [ [[package]] name = "scale-typegen-description" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "479f0b8b0d75cce8d284ace5a9b7f5a12c523c94387c710835695e8b194a17bb" +checksum = "3e027e3c4bc4c954c3317078a620b1a9fc29844e92f590c080cd990e58916ed7" dependencies = [ "anyhow", "peekmore", diff --git a/Cargo.toml b/Cargo.toml index 1f2c3591ad..bfffd4c9a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ resolver = "2" [workspace.package] authors = ["Parity Technologies "] edition = "2021" -version = "0.35.0" +version = "0.35.1" rust-version = "1.74.0" license = "Apache-2.0 OR GPL-3.0" repository = "https://github.com/paritytech/subxt" @@ -106,8 +106,8 @@ url = "2.5.0" wabt = "0.10.0" wasm-bindgen-test = "0.3.24" which = "5.0.0" -scale-typegen-description = "0.2.0" -scale-typegen = "0.2.0" +scale-typegen-description = "0.2.1" +scale-typegen = "0.2.1" strip-ansi-escapes = "0.2.0" # Light client support: