mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
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:
parent
1e7de063bd
commit
f9fb026085
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ resolver = "2"
|
||||||
members = ["printf"]
|
members = ["printf"]
|
||||||
|
|
||||||
[workspace.package]
|
[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"
|
rust-version = "1.70"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue