mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-12-29 06:03:39 +08: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
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user