From 10c6a16f88f7961f6f42290bea0141955bbd47e5 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Wed, 05 Oct 2022 15:33:54 +0000 Subject: [PATCH] fix: test-pallets polkadot-v0.9.29 --- --- a/Cargo.lock +++ b/Cargo.lock @@ -6676,7 +6676,7 @@ "frame-support", "frame-system", "pallet-unique-scheduler", - "parity-scale-codec 3.1.5", + "parity-scale-codec 3.2.1", "scale-info", ] --- a/test-pallets/utils/Cargo.toml +++ b/test-pallets/utils/Cargo.toml @@ -8,8 +8,8 @@ [dependencies] codec = { package = "parity-scale-codec", version = "3.0.0", default-features = false, features = ["derive"] } scale-info = { version = "2.1.1", default-features = false, features = ["derive"] } -frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" } -frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.27" } +frame-support = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29" } +frame-system = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.29" } pallet-unique-scheduler = { path = '../../pallets/scheduler', default-features = false } [features] -- gitstuff