From f9f897b32cad3bf10fcc06774887254922eaea74 Mon Sep 17 00:00:00 2001 From: main Date: Sun, 14 Jun 2026 23:49:59 -0400 Subject: Scrub hardcoded Rust toolchain defaults Teach rust-bootstrap to use the latest system Rust toolchain, derive rust-version only from active rustc when needed, and initialize Git before applying the fresh template in an empty directory. --- template/fresh/crates/app/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'template/fresh/crates/app') diff --git a/template/fresh/crates/app/Cargo.toml b/template/fresh/crates/app/Cargo.toml index ce1808a..51c7dac 100644 --- a/template/fresh/crates/app/Cargo.toml +++ b/template/fresh/crates/app/Cargo.toml @@ -2,7 +2,6 @@ name = "app" edition.workspace = true license.workspace = true -rust-version.workspace = true version.workspace = true [lints] -- cgit v1.2.3