Stream: git-wasmtime

Topic: wasmtime / Issue #1450 Teach scripts/bump-wasmtime-versio...


view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:14):

sunfishcode opened Issue #1450 (assigned to alexcrichton):

While publishing 0.15, I manually bumped the following version-like identifiers:

crates/wasi-common/Cargo.toml:

links = "wasi-common-15"

crates/wasi/build.rs

    let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();

crates/wasi-common/Cargo.toml

# vars like `DEP_WASI_COMMON_15_*` for crates that have build scripts and depend

Is this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.

view this post on Zulip Wasmtime GitHub notifications bot (Mar 31 2020 at 19:14):

sunfishcode assigned Issue #1450 (assigned to alexcrichton):

While publishing 0.15, I manually bumped the following version-like identifiers:

crates/wasi-common/Cargo.toml:

links = "wasi-common-15"

crates/wasi/build.rs

    let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();

crates/wasi-common/Cargo.toml

# vars like `DEP_WASI_COMMON_15_*` for crates that have build scripts and depend

Is this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.

view this post on Zulip Wasmtime GitHub notifications bot (Apr 10 2020 at 16:44):

alexcrichton closed Issue #1450 (assigned to alexcrichton):

While publishing 0.15, I manually bumped the following version-like identifiers:

crates/wasi-common/Cargo.toml:

links = "wasi-common-15"

crates/wasi/build.rs

    let wasi_root = std::env::var("DEP_WASI_COMMON_15_WASI").unwrap();

crates/wasi-common/Cargo.toml

# vars like `DEP_WASI_COMMON_15_*` for crates that have build scripts and depend

Is this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.


Last updated: Nov 22 2024 at 16:03 UTC