Skip to content

Commit

Permalink
MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed May 15, 2024
1 parent 73938e5 commit bfcf81a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
check:
strategy:
matrix:
rust: [1.62.0, stable, nightly]
rust: [1.70.0, stable, nightly]
runs-on:
- windows-2019
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "windows-core"
version = "0.56.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
description = "Rust for Windows"
repository = "https://github.com/microsoft/windows-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/implement/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "windows-implement"
version = "0.56.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
description = "The implement macro for the windows crate"
repository = "https://github.com/microsoft/windows-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "windows-interface"
version = "0.56.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
description = "The interface macro for the windows crate"
repository = "https://github.com/microsoft/windows-rs"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "windows"
version = "0.56.0"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.62"
rust-version = "1.70"
license = "MIT OR Apache-2.0"
description = "Rust for Windows"
repository = "https://github.com/microsoft/windows-rs"
Expand Down

0 comments on commit bfcf81a

Please sign in to comment.