From 9763e9521c32fb3cb96eb50dcb83a2a3733dd0e4 Mon Sep 17 00:00:00 2001 From: Thomas Braun <38082993+tbraun96@users.noreply.github.com> Date: Sat, 25 Feb 2023 04:36:48 -0500 Subject: [PATCH] update to webb proposals 0.5.5 (#293) --- pallets/token-wrapper-handler/Cargo.toml | 2 +- pallets/vanchor-handler/Cargo.toml | 2 +- pallets/xanchor/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pallets/token-wrapper-handler/Cargo.toml b/pallets/token-wrapper-handler/Cargo.toml index e86cc70b6..5e5f7932e 100644 --- a/pallets/token-wrapper-handler/Cargo.toml +++ b/pallets/token-wrapper-handler/Cargo.toml @@ -36,7 +36,7 @@ pallet-treasury = { git = "https://github.com/paritytech/substrate", branch = "p sp-core = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.36" } sp-io = { default-features = false, git = "https://github.com/paritytech/substrate.git", branch = "polkadot-v0.9.36" } webb-primitives = { path = "../../primitives", default-features = false } -webb-proposals = { version = "0.5.4", default-features = false, features = ["scale", "substrate"] } +webb-proposals = { git = "https://github.com/webb-tools/webb-rs", default-features = false, features = ["scale", "substrate"] } [features] default = ["std"] diff --git a/pallets/vanchor-handler/Cargo.toml b/pallets/vanchor-handler/Cargo.toml index 53987e62f..41a931157 100644 --- a/pallets/vanchor-handler/Cargo.toml +++ b/pallets/vanchor-handler/Cargo.toml @@ -56,7 +56,7 @@ webb-primitives = { path = "../../primitives", default-features = false } ark-bn254 = { version = "^0.3.0", default-features = false, features = ["curve"] } arkworks-setups = { version = "1.2.1", features = ["r1cs"], default-features = false } -webb-proposals = { version = "0.5.4", default-features = false, features = ["scale", "substrate"] } +webb-proposals = { git = "https://github.com/webb-tools/webb-rs", default-features = false, features = ["scale", "substrate"] } [features] default = ["std"] diff --git a/pallets/xanchor/Cargo.toml b/pallets/xanchor/Cargo.toml index ff309bcdf..b58d54fdd 100644 --- a/pallets/xanchor/Cargo.toml +++ b/pallets/xanchor/Cargo.toml @@ -22,7 +22,7 @@ pallet-mt = { path = "../mt", default-features = false } pallet-vanchor = { path = "../vanchor", default-features = false } pallet-verifier = { path = "../verifier", default-features = false } webb-primitives = { path = "../../primitives", default-features = false } -webb-proposals = { version = "0.5.4", default-features = false, features = ["scale", "substrate"] } +webb-proposals = { git = "https://github.com/webb-tools/webb-rs", default-features = false, features = ["scale", "substrate"] } # XCM dependencies cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.36", default-features = false } diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index 6910ca7f0..1b3b44765 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -37,7 +37,7 @@ arkworks-native-gadgets = { version = "1.2.0", default-features = false, optiona ethabi = { version = "15.0.0", default-features = false } -webb-proposals = { version = "0.5.4", default-features = false, features = ["scale", "substrate", "evm"] } +webb-proposals = { git = "https://github.com/webb-tools/webb-rs", default-features = false, features = ["scale", "substrate", "evm"] } [features] default = ["std", "hashing", "verifying", "field_ops"]