From 362695af4b915cf06fa4bcf5b4402bd95f7e341f Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:28:26 -0700 Subject: [PATCH] ensure targets --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 2016127..f21ace0 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] channel = "stable" profile = "default" - +targets = [ "wasm32-unknown-unknown" ]