-
Notifications
You must be signed in to change notification settings - Fork 72
wasmtime: update to v2.0.2. #319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
You need to regenerate Bazel rules (see discussion in #309). |
im hitting this $ cargo-raze --generate-lockfile
Error: Failed to load lockfile: /tmp/.tmp7bTIAD/Cargo.lock
Caused by:
I/O operation failed: couldn't open /tmp/.tmp7bTIAD/Cargo.lock: No such file or directory (os error 2)
|
ive cleaned my cache and tried again - same result if i try to run $ cargo update
Updating crates.io index
Updating git repository `https://github.com/bytecodealliance/wasmtime`
error: failed to select a version for the requirement `wasmtime = "^2.0.2"`
candidate versions found which didn't match: 0.37.0, 0.36.0, 0.35.3, ...
location searched: crates.io index
required by package `wasmtime-c-api-bazel v2.0.2 (/home/phlax/dev/envoydev/proxy-wasm-cpp-host/bazel/cargo/wasmtime)` which is wierd because wasmtime defo has 2.0.2 on crates.io |
The error is not very helpful, but I believe that updating Rust to a more recent version ( |
70c0099
to
2f0eee3
Compare
afaict this will need rules_rust to be updated - i think its being updated in the cargo generated files - but the repo has not been updated |
Which version of Also, could you split the licenses fix into separate PR? I'll merge it right away. |
$ cargo install cargo-raze --version 0.12.0
|
You need |
c8aed9e
to
da519ad
Compare
You need to remove the duplicate |
im not 100% that i changed the right things |
8e5b830
to
4950721
Compare
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
8e66f9e
to
9ba24ba
Compare
WIP Envoy PR is here envoyproxy/envoy#24150 |
de488d3
to
9ba24ba
Compare
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
com_github_bytecodealliance_wasmtime
-> 2.0.2There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Signed-off-by: Ryan Northey [email protected]