Currently there is no validation in CI that the crate actually builds for the rust-version specified in Cargo.toml.
error: rustc 1.85.1 is not supported by the following packages:
libloading@0.9.0 requires rustc 1.88.0
napi@3.10.5 requires rustc 1.88
napi@3.10.5 requires rustc 1.88
napi@3.10.5 requires rustc 1.88
napi-build@2.3.2 requires rustc 1.88
napi-derive@3.5.10 requires rustc 1.88
napi-derive-backend@5.1.2 requires rustc 1.88
napi-sys@3.2.3 requires rustc 1.88
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.85.1
Reactions are currently unavailable
Currently there is no validation in CI that the crate actually builds for the rust-version specified in Cargo.toml.