bytecodealliance / wizer

The WebAssembly Pre-Initializer
Apache License 2.0
958 stars 58 forks source link

Publish a new crate version due to build failure with Rust 1.75 #96

Closed jeffcharles closed 10 months ago

jeffcharles commented 10 months ago

The latest version of Wizer on crates.io is currently 3.0.0 and that version fails to compile with Rust 1.75. Or rather, specifically its nested cap-primitives dependency fails to compile with Rust 1.75. The latest HEAD revision of Wizer compiles successfully on Rust 1.75. It would be helpful to me if the HEAD revision had its version bumped and was published to crates.io.

I've opened PRs on my projects depending on Wizer to use the HEAD revision as a Git dependency for now as a workaround but I would like to switch those back to using a crate published to crates.io.