Stream: git-wasmtime

Topic: wasmtime / Issue #2609 ci: bump nightly version and updat...


view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 11:37):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 11:55):

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?

view this post on Zulip Wasmtime GitHub notifications bot (Jan 28 2021 at 15:07):

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!

view this post on Zulip Wasmtime GitHub notifications bot (Feb 02 2021 at 15:36):

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.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 25 2021 at 18:10):

bnjbvr commented on Issue #2609:

superseded by https://github.com/bytecodealliance/wasmtime/pull/2766


Last updated: Oct 23 2024 at 20:03 UTC