Move from "nightly" toolchain to "stable".

Intended to address tau RefID "Gifn1u".

There are still a few things that require nightly.
- cargo +nightly fmt
- fuzzing
This commit is contained in:
Paul Otten
2025-04-14 14:30:53 -04:00
parent b02fb8481a
commit 721502a468
35 changed files with 133 additions and 99 deletions

View File

@@ -1,7 +1,7 @@
.POSIX:
# Cargo binary
CARGO = cargo +nightly
CARGO = cargo
# wasm build target
WASM_TARGET = wasm32-unknown-unknown