this file ensures all devs are using the same rustup toolchain. docs on toolchain file here: https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
Details
Details
- Reviewers
michal bartek ashoat - Commits
- rCOMMdd9ebd7516fb: [dev env] add toolchain file
confirmed that the specified rustup toolchain (1.75) overrode my previously installed toolchain inside the repo.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
rust-toolchain.toml | ||
---|---|---|
1–3 | not handling adding other targets here because we add them in native/android/app/build.gradle and scripts/ensure_rustup_setup.sh | |
2 | The channel setting specifies which toolchain to use. 1.75 is the same version we use in our services Dockerfiles | |
3 | default is the minimal install plus rust-docs, rustfmt, and clippy |
Comment Actions
This looks great, but I'd like one of the people that actually knows Rust to take a look too