From 96d6e69b3a8f8f727815d927a7963b144e400c71 Mon Sep 17 00:00:00 2001 From: Philippe Zwietering Date: Tue, 8 Sep 2026 16:34:14 +0200 Subject: [PATCH] chore: Rust-toolchain gepind --- rust-toolchain.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..57fe82e --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,3 @@ +[toolchain] +channel = "1.94.0" +targets = ["wasm32-unknown-unknown"]