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 dependIs this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.
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 dependIs this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.
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 dependIs this required? If so, we should teach scripts/bump-wasmtime-version.sh to do it.
Last updated: Nov 22 2024 at 16:03 UTC