swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'template/fresh/Cargo.toml')
-rw-r--r--template/fresh/Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/fresh/Cargo.toml b/template/fresh/Cargo.toml
index ee35453..57d0dd9 100644
--- a/template/fresh/Cargo.toml
+++ b/template/fresh/Cargo.toml
@@ -1,4 +1,6 @@
-# Replace the member list, package metadata, and toolchain/MSRV values deliberately.
+# Replace the member list and package metadata deliberately.
+# If the target records `rust-version`, derive it from the latest system
+# `rustc --version`; do not copy a Rust version from this template.
[workspace]
members = ["crates/app"]
@@ -7,7 +9,6 @@ resolver = "3"
[workspace.package]
edition = "2024"
license = "MIT"
-rust-version = "1.90"
version = "0.1.0"
[workspace.lints.rust]