From c1ad6cb52c14e77eab43379a619d58f7e7485f8b Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 13 Dec 2022 12:31:05 +0000 Subject: [PATCH] fix: polkadot-v0.9.33 pallet-configuration --- --- a/pallets/configuration/Cargo.toml +++ b/pallets/configuration/Cargo.toml @@ -18,7 +18,7 @@ sp-arithmetic = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.33" } fp-evm = { default-features = false, git = "https://github.com/uniquenetwork/frontier", branch = "unique-polkadot-v0.9.33" } smallvec = "1.6.1" -xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.30" } +xcm = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.33" } [features] default = ["std"] -- gitstuff