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

@@ -4,7 +4,7 @@
PREFIX = $(HOME)/.cargo
# Cargo binary
CARGO = cargo +nightly
CARGO = cargo
# Compile target
RUST_TARGET = $(shell rustc -Vv | grep '^host: ' | cut -d' ' -f2)