From 584782d4cf58c44d691647e2fd31aac2cff25e25 Mon Sep 17 00:00:00 2001 From: Victor Bjelkholm Date: Thu, 8 Aug 2024 19:58:51 +0200 Subject: [PATCH] infra stuff --- .cargo/config.toml | 2 ++ rust-toolchain.toml | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .cargo/config.toml create mode 100644 rust-toolchain.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..f5d9120 --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.wasm32-unknown-unknown] +rustflags = ["--cfg=web_sys_unstable_apis"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..5d56faf --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,2 @@ +[toolchain] +channel = "nightly"