From 9784ab1656e63a6e23fafbed9f0cf5b34f06d201 Mon Sep 17 00:00:00 2001 From: Kenny Kerr Date: Tue, 25 Jun 2024 12:02:32 -0500 Subject: [PATCH] rust-version = "1.60" --- crates/libs/strings/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/libs/strings/Cargo.toml b/crates/libs/strings/Cargo.toml index e84487d927..46643e0ced 100644 --- a/crates/libs/strings/Cargo.toml +++ b/crates/libs/strings/Cargo.toml @@ -3,7 +3,7 @@ name = "windows-strings" version = "0.1.0" authors = ["Microsoft"] edition = "2021" -rust-version = "1.70" +rust-version = "1.60" license = "MIT OR Apache-2.0" description = "Rust for Windows" repository = "https://github.com/microsoft/windows-rs"