Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove rust-toolchain.toml #1320

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

demoray
Copy link
Contributor

@demoray demoray commented Jul 20, 2023

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.

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.
@heaths
Copy link
Member

heaths commented Jul 20, 2023

Rather than keeping various sources up to date, wouldn't it make more sense just to standardize the entire e2e flow on rust-toolchain (or rust-toolchain.toml - I just know a popular GH Actions task, which we don't use, still hasn't added support for the .toml file)? A single source of truth?

@demoray demoray merged commit 4e12a2f into Azure:main Aug 16, 2023
8 checks passed
@demoray demoray deleted the remove-rust-toolchain-toml branch August 16, 2023 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants