From 00cc34da2380684270bda07f1ae7000dc5a7c86f Mon Sep 17 00:00:00 2001 From: Xin Liu Date: Sun, 10 Sep 2023 21:53:11 -0500 Subject: [PATCH] chore(rust-sys): update build script (#64) Signed-off-by: Xin Liu --- crates/wasmedge-sys/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/wasmedge-sys/build.rs b/crates/wasmedge-sys/build.rs index c17b6958a..2ed432b33 100644 --- a/crates/wasmedge-sys/build.rs +++ b/crates/wasmedge-sys/build.rs @@ -9,7 +9,7 @@ use build_standalone::*; use crate::build_paths::AsPath; -const WASMEDGE_RELEASE_VERSION: &str = "0.13.3"; +const WASMEDGE_RELEASE_VERSION: &str = "0.13.4"; const REMOTE_ARCHIVES: phf::Map<&'static str, (&'static str, &'static str)> = phf_map! { // The key is: {os}/{arch}[/{libc}][/static] // * The libc abi is only added on linux.