summaryrefslogtreecommitdiffstats
path: root/patch-c-api-cargo.diff
diff options
context:
space:
mode:
authorOlivier Lemasle <o.lemasle@gmail.com>2021-07-03 21:57:29 +0200
committerOlivier Lemasle <o.lemasle@gmail.com>2021-07-03 21:57:29 +0200
commit9ae1028d2eeaa6af4a96d89294188f727eb0692f (patch)
tree6da904650d22453dff79d6ed535105d517bf31fc /patch-c-api-cargo.diff
parent40a86c88be584155b05017834e2ade272c550f01 (diff)
downloadwasmtime-copr-master.tar.gz
wasmtime-copr-master.tar.xz
wasmtime-copr-master.zip
Fix buildHEADmaster
Diffstat (limited to 'patch-c-api-cargo.diff')
-rw-r--r--patch-c-api-cargo.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-c-api-cargo.diff b/patch-c-api-cargo.diff
index f7b22f3..282e6f3 100644
--- a/patch-c-api-cargo.diff
+++ b/patch-c-api-cargo.diff
@@ -9,7 +9,7 @@ diff --color -Naur wasmtime-0.28.0/crates/c-api/Cargo.toml wasmtime-0.28.0/crate
authors = ["The Wasmtime Project Developers"]
description = "C API to expose the Wasmtime runtime"
license = "Apache-2.0 WITH LLVM-exception"
-@@ -38,3 +38,6 @@
+@@ -38,3 +38,8 @@
jitdump = ["wasmtime/jitdump"]
cache = ["wasmtime/cache"]
wasi = ['wasi-common', 'wasi-cap-std-sync', 'wasmtime-wasi', 'cap-std']