Add release notes for 3.0.1 and update some versions (#5364)
* Add release notes for 3.0.1 * Update some version directives for crates in Wasmtime * Mark anything with `publish = false` as version 0.0.0 * Mark the icache coherence crate with the same version as Wasmtime * Fix manifest directives
This commit is contained in:
@@ -132,7 +132,7 @@ wasi-common = { path = "crates/wasi-common", version = "=5.0.0" }
|
||||
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=5.0.0" }
|
||||
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=5.0.0" }
|
||||
wasmtime-fuzzing = { path = "crates/fuzzing" }
|
||||
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=4.0.0" }
|
||||
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=5.0.0" }
|
||||
|
||||
cranelift-wasm = { path = "cranelift/wasm", version = "0.92.0" }
|
||||
cranelift-codegen = { path = "cranelift/codegen", version = "0.92.0" }
|
||||
|
||||
Reference in New Issue
Block a user