diff --git a/.github/workflows/msrv-windows-registry.yml b/.github/workflows/msrv-windows-registry.yml index 8948bc26ac..eefc7c1873 100644 --- a/.github/workflows/msrv-windows-registry.yml +++ b/.github/workflows/msrv-windows-registry.yml @@ -16,7 +16,7 @@ jobs: check: strategy: matrix: - rust: [1.60.0, stable, nightly] + rust: [1.74.0, stable, nightly] runs-on: windows-latest steps: - name: Checkout diff --git a/.github/workflows/msrv-windows-result.yml b/.github/workflows/msrv-windows-result.yml index 018e86bfd1..3089868175 100644 --- a/.github/workflows/msrv-windows-result.yml +++ b/.github/workflows/msrv-windows-result.yml @@ -16,7 +16,7 @@ jobs: check: strategy: matrix: - rust: [1.60.0, stable, nightly] + rust: [1.74.0, stable, nightly] runs-on: - windows-latest - ubuntu-latest diff --git a/.github/workflows/msrv-windows-strings.yml b/.github/workflows/msrv-windows-strings.yml index 6de719f2c1..db42da465b 100644 --- a/.github/workflows/msrv-windows-strings.yml +++ b/.github/workflows/msrv-windows-strings.yml @@ -16,7 +16,7 @@ jobs: check: strategy: matrix: - rust: [1.60.0, stable, nightly] + rust: [1.74.0, stable, nightly] runs-on: windows-latest steps: - name: Checkout diff --git a/.github/workflows/msrv-windows-version.yml b/.github/workflows/msrv-windows-version.yml index 9d1eebeb9f..c6f5127445 100644 --- a/.github/workflows/msrv-windows-version.yml +++ b/.github/workflows/msrv-windows-version.yml @@ -16,7 +16,7 @@ jobs: check: strategy: matrix: - rust: [1.60.0, stable, nightly] + rust: [1.74.0, stable, nightly] runs-on: windows-latest steps: - name: Checkout diff --git a/crates/libs/cppwinrt/Cargo.toml b/crates/libs/cppwinrt/Cargo.toml index 3d705640b9..6197b996fa 100644 --- a/crates/libs/cppwinrt/Cargo.toml +++ b/crates/libs/cppwinrt/Cargo.toml @@ -3,7 +3,7 @@ name = "cppwinrt" version = "0.1.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.60" +rust-version = "1.74" license = "MIT OR Apache-2.0" description = "C++/WinRT" repository = "https://github.com/microsoft/windows-rs" diff --git a/crates/libs/registry/Cargo.toml b/crates/libs/registry/Cargo.toml index 21f8343835..43603714d9 100644 --- a/crates/libs/registry/Cargo.toml +++ b/crates/libs/registry/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-registry" version = "0.3.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.60" +rust-version = "1.74" license = "MIT OR Apache-2.0" description = "Windows registry" repository = "https://github.com/microsoft/windows-rs" diff --git a/crates/libs/result/Cargo.toml b/crates/libs/result/Cargo.toml index b5e44c515b..fe459e7163 100644 --- a/crates/libs/result/Cargo.toml +++ b/crates/libs/result/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-result" version = "0.2.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.60" +rust-version = "1.74" license = "MIT OR Apache-2.0" description = "Windows error handling" repository = "https://github.com/microsoft/windows-rs" diff --git a/crates/libs/strings/Cargo.toml b/crates/libs/strings/Cargo.toml index dac71fdefa..85024bd19a 100644 --- a/crates/libs/strings/Cargo.toml +++ b/crates/libs/strings/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-strings" version = "0.2.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.60" +rust-version = "1.74" license = "MIT OR Apache-2.0" description = "Rust for Windows" repository = "https://github.com/microsoft/windows-rs" diff --git a/crates/libs/version/Cargo.toml b/crates/libs/version/Cargo.toml index aaddfdb3e9..446dea72df 100644 --- a/crates/libs/version/Cargo.toml +++ b/crates/libs/version/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-version" version = "0.1.1" authors = ["Microsoft"] edition = "2021" -rust-version = "1.60" +rust-version = "1.74" license = "MIT OR Apache-2.0" description = "Windows version information" repository = "https://github.com/microsoft/windows-rs"