Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

Commit

Permalink
Add no-wasm feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa committed Feb 15, 2022
1 parent f2f61c4 commit 61f765c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/pangolin-pangoro/client-pangolin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bp-messages = { git = "https://github.com/darwinia-network/parity-bri
bp-runtime = { git = "https://github.com/darwinia-network/parity-bridges-common.git", branch = "darwinia-v0.12.1" }

## Bridge dependencies
pangolin-runtime = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
pangolin-runtime = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3", features = ["no-wasm", "evm-tracing"] }
drml-common-primitives = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
drml-bridge-primitives = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
darwinia-bridge-ethereum = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/pangolin-pangoro/client-pangoro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bp-runtime = { git = "https://github.com/darwinia-network/parity-bri


## Bridge dependencies
pangoro-runtime = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
pangoro-runtime = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3", features = ["no-wasm"] }
drml-common-primitives = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
drml-bridge-primitives = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
dp-fee = { git = "https://github.com/darwinia-network/darwinia-common.git", tag = "v2.8.3" }
Expand Down

0 comments on commit 61f765c

Please sign in to comment.