From 9627a203d99f90fb36c63fcb4120866a6686b18d Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Mon, 29 Aug 2022 08:46:09 -0500 Subject: [PATCH] Update min rust version for `windows-sys` 1.49 (#1987) --- .github/workflows/build.yml | 2 +- crates/libs/sys/Cargo.toml | 2 +- crates/tools/sys/src/main.rs | 2 +- crates/tools/yml/src/main.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4770c189a8..2137fd2771 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: name: Check windows-sys strategy: matrix: - rust: [1.46.0, stable, nightly] + rust: [1.49.0, stable, nightly] runs-on: - windows-2019 - ubuntu-latest diff --git a/crates/libs/sys/Cargo.toml b/crates/libs/sys/Cargo.toml index 7121d0968f..24656a2a39 100644 --- a/crates/libs/sys/Cargo.toml +++ b/crates/libs/sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT OR Apache-2.0" description = "Rust for Windows" repository = "https://github.com/microsoft/windows-rs" readme = "../../../docs/readme.md" -rust-version = "1.46" +rust-version = "1.49" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" diff --git a/crates/tools/sys/src/main.rs b/crates/tools/sys/src/main.rs index 2a66465c93..549c60da0e 100644 --- a/crates/tools/sys/src/main.rs +++ b/crates/tools/sys/src/main.rs @@ -48,7 +48,7 @@ license = "MIT OR Apache-2.0" description = "Rust for Windows" repository = "https://github.com/microsoft/windows-rs" readme = "../../../docs/readme.md" -rust-version = "1.46" +rust-version = "1.49" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" diff --git a/crates/tools/yml/src/main.rs b/crates/tools/yml/src/main.rs index 5cfb58d96d..1c7955d7c0 100644 --- a/crates/tools/yml/src/main.rs +++ b/crates/tools/yml/src/main.rs @@ -187,7 +187,7 @@ jobs: name: Check windows-sys strategy: matrix: - rust: [1.46.0, stable, nightly] + rust: [1.49.0, stable, nightly] runs-on: - windows-2019 - ubuntu-latest