Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Revert "Enable wasmtime"
This reverts commit 93f0029.
  • Loading branch information
cecton committed Sep 2, 2020
commit 7f25468862252d41145e828906e5967b4b51a891
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, features = ["wasmtime"] }
sc-executor = { git = "https://github.com/paritytech/substrate", branch = "rococo-branch", optional = true }
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