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:
Alex Crichton
2022-12-05 19:26:39 -06:00
committed by GitHub
parent 7d28d586da
commit 4933762d81
13 changed files with 36 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-c-api-macros"
version = "0.19.0"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
edition.workspace = true
publish = false

View File

@@ -2,7 +2,7 @@
authors = ["The Wasmtime Project Developers"]
description = "A Rust-to-OCaml wrapper for the WebAssembly specification interpreter"
name = "wasm-spec-interpreter"
version = "0.1.0"
version = "0.0.0"
publish = false
edition.workspace = true
license = "Apache-2.0 WITH LLVM-exception"

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-jit-icache-coherence"
version = "4.0.0"
version.workspace = true
authors.workspace = true
description = "Utilities for JIT icache maintenance"
documentation = "https://docs.rs/jit-icache-coherence"
@@ -19,5 +19,5 @@ features = [
"Win32_System_Diagnostics_Debug",
]
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "android"))'.dependencies.libc]
version = "0.2.42"
[target.'cfg(any(target_os = "linux", target_os = "macos", target_os = "freebsd", target_os = "android"))'.dependencies]
libc = "0.2.42"

View File

@@ -2,7 +2,7 @@
name = "component-macro-test"
authors = ["The Wasmtime Project Developers"]
license = "Apache-2.0 WITH LLVM-exception"
version = "0.1.0"
version = "0.0.0"
edition.workspace = true
publish = false

View File

@@ -1,6 +1,6 @@
[package]
name = "test-programs"
version = "0.19.0"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition.workspace = true

View File

@@ -1,6 +1,6 @@
[package]
name = "wasi-nn-example"
version = "0.19.0"
version = "0.0.0"
authors = ["The Wasmtime Project Developers"]
readme = "README.md"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-test"
version = "0.21.0"
version = "0.0.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition.workspace = true