wasmtime: fix cross

This commit is contained in:
classabbyamp 2023-04-13 19:42:27 -04:00
parent cc812e97bc
commit ab0591185a
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -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
}