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.
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.