From fef86da89e36c9ab04634c2cfa7ea0e9279fdc58 Mon Sep 17 00:00:00 2001 From: Salman Pathan Date: Thu, 17 Aug 2023 20:38:16 +0530 Subject: [PATCH] update deps (#39) --- gadget/Cargo.toml | 2 +- runtime/Cargo.toml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gadget/Cargo.toml b/gadget/Cargo.toml index f800c16a..b1cac912 100644 --- a/gadget/Cargo.toml +++ b/gadget/Cargo.toml @@ -31,7 +31,7 @@ eth2-to-substrate-relay = { path = "../eth2substrate-block-relay-rs" } eth2-pallet-init = { package = "webb-eth2-pallet-init", path = "../crates/eth2-pallet-init" } # DKG -dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", branch = "upgrade-v1.0.0" } +dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", default-features = false } # Webb webb-proposals = { git = "https://github.com/webb-tools/webb-rs", features = ["scale", "evm"] } \ No newline at end of file diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index 68ec9b36..a166d3c5 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -63,10 +63,10 @@ pallet-eth2-light-client = { path = "../pallets/eth2-light-client", default-feat pallet-eth2-light-client-runtime-api = { path = "../pallets/eth2-light-client/runtime-api", default-features = false } # DKG Substrate Dependencies -dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.3.7", default-features = false } -pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.3.7", default-features = false } -pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.3.7", default-features = false } -pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", tag = "v0.3.7", default-features = false } +dkg-runtime-primitives = { git = "https://github.com/webb-tools/dkg-substrate.git", default-features = false } +pallet-dkg-metadata = { git = "https://github.com/webb-tools/dkg-substrate.git", default-features = false } +pallet-dkg-proposal-handler = { git = "https://github.com/webb-tools/dkg-substrate.git", default-features = false } +pallet-dkg-proposals = { git = "https://github.com/webb-tools/dkg-substrate.git", default-features = false } [build-dependencies] substrate-wasm-builder = { version = "5.0.0-dev", git = "https://github.com/paritytech/substrate.git", optional = true , branch = "polkadot-v1.0.0" }