From 5973afcbc6d7322438fcf3ba14712b6406ca7763 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 2 Jan 2024 11:59:38 -0600 Subject: [PATCH] 1.70 --- .github/workflows/windows-bindgen.yml | 2 +- .github/workflows/windows-metadata.yml | 2 +- crates/libs/bindgen/Cargo.toml | 2 +- crates/libs/metadata/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows-bindgen.yml b/.github/workflows/windows-bindgen.yml index 9d289f6e25..969377a6b7 100644 --- a/.github/workflows/windows-bindgen.yml +++ b/.github/workflows/windows-bindgen.yml @@ -16,7 +16,7 @@ jobs: name: Check strategy: matrix: - rust: [1.64.0, stable, nightly] + rust: [1.70.0, stable, nightly] runs-on: - windows-latest - ubuntu-latest diff --git a/.github/workflows/windows-metadata.yml b/.github/workflows/windows-metadata.yml index ff6582deab..11aa74d040 100644 --- a/.github/workflows/windows-metadata.yml +++ b/.github/workflows/windows-metadata.yml @@ -16,7 +16,7 @@ jobs: name: Check strategy: matrix: - rust: [1.64.0, stable, nightly] + rust: [1.70.0, stable, nightly] runs-on: - windows-latest - ubuntu-latest diff --git a/crates/libs/bindgen/Cargo.toml b/crates/libs/bindgen/Cargo.toml index e647744908..aef5561a19 100644 --- a/crates/libs/bindgen/Cargo.toml +++ b/crates/libs/bindgen/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-bindgen" version = "0.52.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.64" +rust-version = "1.70" license = "MIT OR Apache-2.0" description = "Windows metadata compiler" repository = "https://github.com/microsoft/windows-rs" diff --git a/crates/libs/metadata/Cargo.toml b/crates/libs/metadata/Cargo.toml index c94a8ab624..4cd4c78fb5 100644 --- a/crates/libs/metadata/Cargo.toml +++ b/crates/libs/metadata/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-metadata" version = "0.52.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.64" +rust-version = "1.70" license = "MIT OR Apache-2.0" description = "Windows metadata reader" repository = "https://github.com/microsoft/windows-rs"