From e5efe227b4188505fdf5b14d1666021e65a59c94 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 18 Oct 2022 14:00:08 +0000 Subject: [PATCH] fix: Cargo.lock --- --- a/Cargo.lock +++ b/Cargo.lock @@ -6711,6 +6711,24 @@ ] [[package]] +name = "pallet-unique-scheduler-v2" +version = "0.1.0" +dependencies = [ + "frame-benchmarking", + "frame-support", + "frame-system", + "log", + "pallet-preimage", + "parity-scale-codec 3.2.1", + "scale-info", + "sp-core", + "sp-io", + "sp-runtime", + "sp-std", + "substrate-test-utils", +] + +[[package]] name = "pallet-utility" version = "4.0.0-dev" source = "git+https://github.com/paritytech/substrate?branch=polkadot-v0.9.29#cc370aa61e15c18d23a2f686b812fd576a630afe" -- gitstuff