Merge branch 'i4594' of https://github.com/roc-lang/roc into i4594

This commit is contained in:
Ayaz Hafiz 2022-12-01 11:43:03 -06:00
commit 3d34e158e3
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -5860,7 +5860,7 @@ dependencies = [
[[package]] [[package]]
name = "wasm3" name = "wasm3"
version = "0.5.0" 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 = [ dependencies = [
"cty", "cty",
"wasm3-sys", "wasm3-sys",
@ -5869,7 +5869,7 @@ dependencies = [
[[package]] [[package]]
name = "wasm3-sys" name = "wasm3-sys"
version = "0.5.0" 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 = [ dependencies = [
"cc", "cc",
"cty", "cty",

View file

@ -112,7 +112,7 @@ target-lexicon = "0.12.3"
tempfile = "3.2.0" tempfile = "3.2.0"
unicode-segmentation = "1.10.0" unicode-segmentation = "1.10.0"
walkdir = "2.3.2" 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" wyhash = "0.5.0"
# TODO: Deal with the update of object to 0.27. # TODO: Deal with the update of object to 0.27.