Skip to content

Commit

Permalink
remove rust-toolchain.toml (#1320)
Browse files Browse the repository at this point in the history
Instead of specifying the toolchain via `rust-toolchain.toml`, our CI pipelines specify the intended toolchain.  For contributor's purposes, this is out of sync with what we verify against for PRs and has contributed to confusion over time.

For users of the SDK, this isn't applied.  For those, we specify the toolchain needed via setting MSRV in the `Cargo.toml` for the specific crate.

Co-authored-by: Brian Caswell <[email protected]>
  • Loading branch information
demoray and Brian Caswell authored Aug 16, 2023
1 parent cfd4d27 commit 4e12a2f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rust-toolchain.toml

This file was deleted.

0 comments on commit 4e12a2f

Please sign in to comment.