From d97426170ed719d0dda4560ca68647874d090921 Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Thu, 16 Jan 2025 19:51:46 +0000 Subject: [PATCH 1/2] Revert back minimal Rust version to 1.81 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f195d42..fd0ce76 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ members = [ ] [workspace.package] -rust-version = "1.84" +rust-version = "1.81" edition = "2021" license = "Apache-2.0" repository = "https://github.com/contextgeneric/cgp" From 781e4850dab31d6397381f7821850da7f7ebe970 Mon Sep 17 00:00:00 2001 From: Soares Chen Date: Thu, 16 Jan 2025 19:53:51 +0000 Subject: [PATCH 2/2] Also revert resolver and rust-toolchain --- Cargo.toml | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fd0ce76..4cfb8a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [workspace] -resolver = "3" +resolver = "2" members = [ "crates/cgp", diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 88d2c65..6f4d5bc 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.84" +channel = "1.81" profile = "default"