swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/crates
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-06-14 23:49:59 -0400
committermain <main@swarm.moe>2026-06-14 23:49:59 -0400
commitf9f897b32cad3bf10fcc06774887254922eaea74 (patch)
treef90d4800c379a6c20371a05d550c6439c3984df2 /template/fresh/crates
parent4735637ead09c4e8d4b9a0409d7ea2538eb9cb40 (diff)
downloadrust_starter-main.zip
Scrub hardcoded Rust toolchain defaultsHEADmain
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.
Diffstat (limited to 'template/fresh/crates')
-rw-r--r--template/fresh/crates/app/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
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]