diff --git a/Cargo.toml b/Cargo.toml index 5869c0e859..b007bf7624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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. diff --git a/default.nix b/default.nix index aadb5c1024..b8070d4a91 100644 --- a/default.nix +++ b/default.nix @@ -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="; }; };