From 58dc9fb948b4220215c3ea40ee1f347975a43cbc Mon Sep 17 00:00:00 2001 From: Svyatoslav Nikolsky Date: Tue, 14 Nov 2023 14:17:49 +0300 Subject: [PATCH] removed accidental change --- tools/runtime-codegen/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/runtime-codegen/Cargo.toml b/tools/runtime-codegen/Cargo.toml index c967b868220..faed2865e8c 100644 --- a/tools/runtime-codegen/Cargo.toml +++ b/tools/runtime-codegen/Cargo.toml @@ -17,7 +17,6 @@ color-eyre = "0.6.1" proc-macro2 = "1.0.56" quote = "1.0.28" subxt-codegen = { git = "https://github.com/paritytech/subxt", branch = "master", default-features = false, features = ["fetch-metadata"] } -syn = "1.0" wasm-loader = { git = "https://github.com/chevdor/subwasm", branch = "master" } wasm-testbed = { git = "https://github.com/chevdor/subwasm", branch = "master" }