diff --git a/Cargo.lock b/Cargo.lock index 24b93548eb..b3aaaa0e90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5860,7 +5860,7 @@ dependencies = [ [[package]] name = "wasm3" version = "0.5.0" -source = "git+https://github.com/roc-lang/wasm3-rs?rev=e43d8115dcf2d0825226819b24f555941b862d22#e43d8115dcf2d0825226819b24f555941b862d22" +source = "git+https://github.com/roc-lang/wasm3-rs?rev=ba0cdab7404f7f2995a8c18e614ce020dabd6da0#ba0cdab7404f7f2995a8c18e614ce020dabd6da0" dependencies = [ "cty", "wasm3-sys", @@ -5869,7 +5869,7 @@ dependencies = [ [[package]] name = "wasm3-sys" version = "0.5.0" -source = "git+https://github.com/roc-lang/wasm3-rs?rev=e43d8115dcf2d0825226819b24f555941b862d22#e43d8115dcf2d0825226819b24f555941b862d22" +source = "git+https://github.com/roc-lang/wasm3-rs?rev=ba0cdab7404f7f2995a8c18e614ce020dabd6da0#ba0cdab7404f7f2995a8c18e614ce020dabd6da0" dependencies = [ "cc", "cty", diff --git a/Cargo.toml b/Cargo.toml index 3649fe8d0c..baadf79b5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ target-lexicon = "0.12.3" tempfile = "3.2.0" unicode-segmentation = "1.10.0" walkdir = "2.3.2" -wasm3 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "e43d8115dcf2d0825226819b24f555941b862d22" } +wasm3 = { git = "https://github.com/roc-lang/wasm3-rs", rev = "ba0cdab7404f7f2995a8c18e614ce020dabd6da0" } wyhash = "0.5.0" # TODO: Deal with the update of object to 0.27.