Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Enable wasmtime
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr committed Aug 25, 2020
1 parent 55a9307 commit 93f0029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ polkadot-core-primitives = { path = "../core-primitives", default-features = fal
derive_more = { version = "0.99.2", optional = true }
serde = { version = "1.0.102", default-features = false, features = [ "derive" ], optional = true }
sp-externalities = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true, features = ["wasmtime"] }
sp-io = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true }
parking_lot = { version = "0.10.0", optional = true }
log = { version = "0.4.8", optional = true }
Expand Down

0 comments on commit 93f0029

Please sign in to comment.