rust-toolchain 223 B

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