We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8842c43 commit 001a0ccCopy full SHA for 001a0cc
.cargo/Makefile.toml
@@ -1,8 +1,8 @@
1
# This Makefile.toml defines common tasks and settings used in the rustfmt project.
2
3
[env]
4
-CFG_RELEASE = { value = "nightly", condition = { env_not_set = ["CFG_RELEASE"] } }
5
-CFG_RELEASE_CHANNEL = { value = "nightly", condition = { env_not_set = ["CFG_RELEASE_CHANNEL"] } }
+CFG_RELEASE = { value = "${CARGO_MAKE_RUST_VERSION}", condition = { env_not_set = ["CFG_RELEASE"] } }
+CFG_RELEASE_CHANNEL = { value = "${CARGO_MAKE_RUST_CHANNEL}", condition = { env_not_set = ["CFG_RELEASE_CHANNEL"] } }
6
7
[tasks.b]
8
alias = "build"
0 commit comments