From f9fb026085daf8958984a6c2c427454feba07a5d Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sat, 21 Dec 2024 10:27:52 +0100 Subject: [PATCH] Document possible CMake/Rust versions usable for Git bisect rustc and CMake are usually backwards compatible but with Corrosion in the mix this is often not the case. Here's the canonical place to document it. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 28693d3aa..c8adaf525 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,7 @@ resolver = "2" members = ["printf"] [workspace.package] +# To build revisions that use Corrosion (those before 2024-01), CMake 3.19 and Rustc 1.78 seem to work. rust-version = "1.70" edition = "2021"