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.
This commit is contained in:
Johannes Altmanninger 2024-12-21 10:27:52 +01:00
parent 1e7de063bd
commit f9fb026085

View File

@ -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"