Skip to content

Commit

Permalink
Update min rust version for windows-sys 1.49 (#1987)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Aug 29, 2022
1 parent 9a1c065 commit 9627a20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/sys/Cargo.toml
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/sys/src/main.rs
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/yml/src/main.rs
Expand Up @@ -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
Expand Down

0 comments on commit 9627a20

Please sign in to comment.