From ab0591185aa21d3542479b41cda21761f3ec389b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Thu, 13 Apr 2023 19:42:27 -0400 Subject: [PATCH] wasmtime: fix cross --- srcpkgs/wasmtime/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/wasmtime/template b/srcpkgs/wasmtime/template index 9b54a2f04c7..be5210a0bcb 100644 --- a/srcpkgs/wasmtime/template +++ b/srcpkgs/wasmtime/template @@ -47,3 +47,7 @@ post_extract() { mv -v WASI-${_WASI_commit} crates/wasi-common/WASI mv -v wasi-crypto-${_wasi_crypto_commit} crates/wasi-crypto/spec } + +post_patch() { + cargo update --package autocfg:1.0.1 --precise 1.1.0 +}