Compare commits

..

1 Commits

Author SHA1 Message Date
proudmuslim-dev
9c7e507053 Merge fb096a7484 into 8a41fd65bf 2024-01-21 21:35:03 +00:00

View File

@@ -491,7 +491,7 @@ profile = "default"
targets = ["x86_64-unknown-none"] targets = ["x86_64-unknown-none"]
``` ```
The `channel` field specifies which [`toolchain`] to use. The `channel` field specifies which [toolchain`] to use.
In our case, we want to use the latest nightly compiler. In our case, we want to use the latest nightly compiler.
We could also specify a specific nightly here, e.g. `nightly-2023-04-30`, which can be useful when there is some breakage in the newest nightly. We could also specify a specific nightly here, e.g. `nightly-2023-04-30`, which can be useful when there is some breakage in the newest nightly.
In the `targets` list, we can specify additional targets that we want to compile to. In the `targets` list, we can specify additional targets that we want to compile to.