From 93f0029184a6c1749ce9420f4df1628a313a117d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Tue, 25 Aug 2020 21:41:43 +0200 Subject: [PATCH] Enable wasmtime --- parachain/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parachain/Cargo.toml b/parachain/Cargo.toml index abfda8010962..5ee0a05c699e 100644 --- a/parachain/Cargo.toml +++ b/parachain/Cargo.toml @@ -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 }