bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.06k stars 100 forks source link

Update `Cargo.lock` #690

Closed saulecabrera closed 1 week ago

saulecabrera commented 1 week ago

The latest main contains an out-of-sync Cargo.lock, which is making the newly introduced cargo metadata invocation fail in CI

saulecabrera commented 1 week ago

The reason behind the failure is that I added publish = false to the test-macros and config crates, and that needs to be reflected in the lock file.