Browse Source

Cargo.toml: fix make check failing due to feature powerset, change wasm-runtime depends on darkfi-sdk to darkfi-sdk/wasm

darkfi 1 year ago
parent
commit
fab342698a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -265,7 +265,7 @@ wasm-runtime = [
     "wasmer-compiler-singlepass",
     "wasmer-middlewares",
 
-    "darkfi-sdk",
+    "darkfi-sdk/wasm",
 
     "blockchain",
 ]