bnjbvr commented on Issue #2609:
The actual fix is to use
resolver = "2"
in the workspace, following an update in Rust nightly from a month ago. Will update.
bnjbvr commented on Issue #2609:
In fact,
resolver
is not available in the stable channel, but it seems to be required for this to work in the nightly channel. And it seems to be only definable in the Cargo.toml file, making it impossible to work with both nightly and non-nightly (since it's nightly only). @alexcrichton any idea how to proceed here?
alexcrichton commented on Issue #2609:
Unfortunately I don't think there's a whole lot we can do just yet other than keep pinning nightlies for tests, but otherwise switching the
resolver
version on the next stable sounds good!
bnjbvr commented on Issue #2609:
Done.
https://github.com/rust-lang/cargo/commit/4aa52236c4d5d3d39b47039e350219e91401ade6 has been merged on January 5th. At this time, 1.49 was the latest stable. Assuming the main branch was nightly on Jan 5th, this cargo feature will make it to stable release for rust 1.51, scheduled for March 25th.
bnjbvr commented on Issue #2609:
superseded by https://github.com/bytecodealliance/wasmtime/pull/2766
Last updated: Nov 22 2024 at 17:03 UTC