Closed Des-Nerger closed 1 year ago
It seems core_ffi_c has been stabilized only since Rust 1.64. I had 1.63, hence couldn't compile the last fermium from crates.io. I guess it'd be better to add rust-version = "1.64" in fermium's Cargo.toml 🤔.
core_ffi_c
rust-version = "1.64"
Cargo.toml
Updated in https://github.com/Lokathor/fermium/commit/5aed0ca7ed0f96ad9f83aa5bf29174b921c1dd65, released v22604.0.1
v22604.0.1
It seems
core_ffi_c
has been stabilized only since Rust 1.64. I had 1.63, hence couldn't compile the last fermium from crates.io. I guess it'd be better to addrust-version = "1.64"
in fermium'sCargo.toml
🤔.