cargo rustc --release -- -C target-cpu=native --emit link=Pluto-F9ED0671.exe
    Updating crates.io index
 Downloading crates ...
  Downloaded autocfg v1.5.1
  Downloaded serde_core v1.0.229
  Downloaded rand_core v0.10.1
  Downloaded rand v0.10.2
  Downloaded bitflags v2.13.1
  Downloaded serde v1.0.229
  Downloaded arrayvec v0.7.8
  Downloaded getrandom v0.4.3
  Downloaded cpufeatures v0.3.0
  Downloaded chacha20 v0.10.1
  Downloaded shakmaty v0.30.1
  Downloaded btoi v0.5.0
error: rustc 1.92.0 is not supported by the following package:
  shakmaty@0.30.1 requires rustc 1.95
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.92.0

make: *** [Makefile:21: rule] Error 101