Since the introduction of Lightbeam with https://github.com/CraneStation/wasmtime/commit/9bf6d73210aab3665102381377a8ffa6ff1445ec both `cargo update` and cargo build --release` result in the following error. ``` error: failed to read `/wasmtime/rust/wasmtime/lightbeam/Cargo.toml` Caused by: No such file or directory (os error 2) ```
Since the introduction of Lightbeam with 9bf6d73 both
cargo updateand cargo build --release` result in the following error.