Skip to content

Commit

Permalink
chore(rust-sys): update build script
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <sam@secondstate.io>
  • Loading branch information
apepkuss committed Nov 8, 2023
1 parent e475ea7 commit 07b7e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/wasmedge-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use build_standalone::*;

use crate::build_paths::AsPath;

const WASMEDGE_RELEASE_VERSION: &str = "0.13.4";
const WASMEDGE_RELEASE_VERSION: &str = "0.13.5";
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.
Expand Down

0 comments on commit 07b7e8a

Please sign in to comment.