Remove wasm3 dependency

This commit is contained in:
Brian Carroll 2022-12-14 12:10:04 +00:00
parent f55fbaad12
commit 96d9ceee8f
No known key found for this signature in database
GPG Key ID: 5C7B2EC4101703C0
2 changed files with 0 additions and 2 deletions

View File

@ -113,7 +113,6 @@ 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 = "ba0cdab7404f7f2995a8c18e614ce020dabd6da0" }
wyhash = "0.5.0"
# TODO: Deal with the update of object to 0.27.

View File

@ -27,7 +27,6 @@ rustPlatform.buildRustPackage {
"inkwell-0.1.0" = "sha256-Sl50CW9H5IXV3k7BoAc0l2mv57lbrzhNxD0ub1AlOxM=";
"plotters-0.3.1" = "sha256-noy/RSjoEPZZbOJTZw1yxGcX5S+2q/7mxnUrzDyxOFw=";
"rustyline-9.1.1" = "sha256-aqQqz6nSp+Qn44gm3jXmmQUO6/fYTx7iLph2tbA24Bs=";
"wasm3-0.5.0" = "sha256-Hi1LDBIYW6k+nmvPc6Kwh+l875xg7ikLMV9TvFHXZYQ=";
};
};