-
Notifications
You must be signed in to change notification settings - Fork 452
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
Conversation
It seems reasonable to drop vs 12, but I will wait for others' review in case they are against this change. |
There was a problem hiding this 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.
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. |
Discussion is in t-libs/crates, request review for cc-rs |
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
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