bytecodealliance / cargo-wasi

A lightweight Cargo subcommand to build Rust code for the `wasm32-wasi` target
https://bytecodealliance.github.io/cargo-wasi/
Apache License 2.0
445 stars 29 forks source link

New release of cargo-wasi that includes the fix for Rust 1.70 #139

Closed jeffcharles closed 1 year ago

jeffcharles commented 1 year ago

Would it be possible to release a new version of cargo-wasi that includes #138?

At the moment, some of our users are complaining that the version of cargo-wasi that they're executing after running $ cargo install cargo-wasi still has the bug because that version downloads the latest crate release which doesn't include the bugfix.

alexcrichton commented 1 year ago

Done now!