Skip to content

Commit

Permalink
update to webb proposals 0.5.5 (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbraun96 authored Feb 25, 2023
1 parent 651b202 commit 9763e95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pallets/token-wrapper-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/vanchor-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
2 changes: 1 addition & 1 deletion pallets/xanchor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 9763e95

Please sign in to comment.