rust-toolchain 224 B

123456
  1. # This version should be kept up to date with the value in
  2. # ci/rust-version.sh in the branch of the solana repo that corresponds
  3. # with the version we're using.
  4. [toolchain]
  5. channel = "nightly-2022-02-24"
  6. profile = "minimal"