wasmCloud / wash

WAsmcloud SHell - the comprehensive command-line tool for wasmCloud development
https://wasmcloud.com
Apache License 2.0
148 stars 58 forks source link

fix: downgrade wit-parser #897

Closed ricochet closed 10 months ago

ricochet commented 10 months ago

Without this change, cargo install may fail.

wit-component 0.14.6 has been yanked. This is the version I had.

There isn't a combination of the latest released versions that works without pulling conflicting versions of wit-parser. That's why we go back a version of wit-parser.

Signed-off-by: Bailey Hayes behayes2@gmail.com

ricochet commented 10 months ago

Fallout from https://github.com/bytecodealliance/wasm-tools/pull/1250