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

Drop support for Visual Studio 12 (2013) #1046

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dpaoliello
Copy link
Contributor

Visual Studio 2013 went out of support on Apr 9, 2024: https://learn.microsoft.com/en-us/lifecycle/products/visual-studio-2013

Additionally, the Rust Compiler has required Visual Studio 2017 since 1.66: rust-lang/rust@9b3db34

@NobodyXu
Copy link
Collaborator

NobodyXu commented May 1, 2024

It seems reasonable to drop vs 12, but I will wait for others' review in case they are against this change.

Copy link
Member

@thomcc thomcc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Eventually it probably makes sense to remove, but we still support Rust pre-1.66 (we support back to 1.63). We should keep the enum member though, to avoid needing to cut cc 2.0.

src/windows/find_tools.rs Show resolved Hide resolved
@dpaoliello
Copy link
Contributor Author

@NobodyXu @thomcc any objections to merging this?

@NobodyXu
Copy link
Collaborator

As per zulip discussion, we decided to wait until msrv is bumped to 1.66

since the current msrv of cc still supports vs 12, merging it now might break some users.

Once msrv is bumped to 1.66, we will merge this.

@NobodyXu
Copy link
Collaborator

Discussion is in t-libs/crates, request review for cc-rs

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

4 participants