Skip to content

Commit eb77fef

Browse files
committed
chore: toolchain
1 parent 7206edd commit eb77fef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cargo-generate.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ prompt = "What is your email? (CONTRIBUTING, LICENSE, etc)"
2222
type = "string"
2323
prompt = "What is your github username? (CODEOWNERS)"
2424

25-
[placeholders.toolchain.channel]
25+
[placeholders.toolchain]
2626
type = "string"
2727
prompt = "What is the rust toolchain version?"
2828
choices = ["stable", "beta", "nightly"]

rust-toolchain.toml.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = {{ toolchain.channel }}
2+
channel = {{ toolchain }}
33
profile = "default"
44
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)