Skip to content

Commit bfbee89

Browse files
Release Wasmtime 10.0.2 (#6991)
* Release Wasmtime 10.0.2 [automatically-tag-and-release-this-commit] * Perform a `--locked` install of `cargo vet` --------- Co-authored-by: Wasmtime Publish <[email protected]> Co-authored-by: Alex Crichton <[email protected]>
1 parent 15bd159 commit bfbee89

File tree

21 files changed

+123
-123
lines changed

21 files changed

+123
-123
lines changed

Cargo.lock

Lines changed: 54 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 45 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -117,63 +117,63 @@ exclude = [
117117
]
118118

119119
[workspace.package]
120-
version = "10.0.1"
120+
version = "10.0.2"
121121
authors = ["The Wasmtime Project Developers"]
122122
edition = "2021"
123123
rust-version = "1.66.0"
124124

125125
[workspace.dependencies]
126-
wasmtime = { path = "crates/wasmtime", version = "10.0.1", default-features = false }
127-
wasmtime-cache = { path = "crates/cache", version = "=10.0.1" }
128-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=10.0.1" }
129-
wasmtime-cranelift = { path = "crates/cranelift", version = "=10.0.1" }
130-
wasmtime-cranelift-shared = { path = "crates/cranelift-shared", version = "=10.0.1" }
131-
wasmtime-winch = { path = "crates/winch", version = "=10.0.1" }
132-
wasmtime-environ = { path = "crates/environ", version = "=10.0.1" }
133-
wasmtime-explorer = { path = "crates/explorer", version = "=10.0.1" }
134-
wasmtime-fiber = { path = "crates/fiber", version = "=10.0.1" }
135-
wasmtime-types = { path = "crates/types", version = "10.0.1" }
136-
wasmtime-jit = { path = "crates/jit", version = "=10.0.1" }
137-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=10.0.1" }
138-
wasmtime-runtime = { path = "crates/runtime", version = "=10.0.1" }
139-
wasmtime-wast = { path = "crates/wast", version = "=10.0.1" }
140-
wasmtime-wasi = { path = "crates/wasi", version = "10.0.1" }
141-
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "10.0.1" }
142-
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=10.0.1" }
143-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "10.0.1" }
144-
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "10.0.1" }
145-
wasmtime-component-util = { path = "crates/component-util", version = "=10.0.1" }
146-
wasmtime-component-macro = { path = "crates/component-macro", version = "=10.0.1" }
147-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=10.0.1" }
126+
wasmtime = { path = "crates/wasmtime", version = "10.0.2", default-features = false }
127+
wasmtime-cache = { path = "crates/cache", version = "=10.0.2" }
128+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=10.0.2" }
129+
wasmtime-cranelift = { path = "crates/cranelift", version = "=10.0.2" }
130+
wasmtime-cranelift-shared = { path = "crates/cranelift-shared", version = "=10.0.2" }
131+
wasmtime-winch = { path = "crates/winch", version = "=10.0.2" }
132+
wasmtime-environ = { path = "crates/environ", version = "=10.0.2" }
133+
wasmtime-explorer = { path = "crates/explorer", version = "=10.0.2" }
134+
wasmtime-fiber = { path = "crates/fiber", version = "=10.0.2" }
135+
wasmtime-types = { path = "crates/types", version = "10.0.2" }
136+
wasmtime-jit = { path = "crates/jit", version = "=10.0.2" }
137+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=10.0.2" }
138+
wasmtime-runtime = { path = "crates/runtime", version = "=10.0.2" }
139+
wasmtime-wast = { path = "crates/wast", version = "=10.0.2" }
140+
wasmtime-wasi = { path = "crates/wasi", version = "10.0.2" }
141+
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "10.0.2" }
142+
wasmtime-wasi-http = { path = "crates/wasi-http", version = "=10.0.2" }
143+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "10.0.2" }
144+
wasmtime-wasi-threads = { path = "crates/wasi-threads", version = "10.0.2" }
145+
wasmtime-component-util = { path = "crates/component-util", version = "=10.0.2" }
146+
wasmtime-component-macro = { path = "crates/component-macro", version = "=10.0.2" }
147+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=10.0.2" }
148148
component-test-util = { path = "crates/misc/component-test-util" }
149149
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
150-
wiggle = { path = "crates/wiggle", version = "=10.0.1", default-features = false }
151-
wiggle-macro = { path = "crates/wiggle/macro", version = "=10.0.1" }
152-
wiggle-generate = { path = "crates/wiggle/generate", version = "=10.0.1" }
153-
wasi-common = { path = "crates/wasi-common", version = "=10.0.1" }
154-
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=10.0.1" }
155-
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=10.0.1" }
150+
wiggle = { path = "crates/wiggle", version = "=10.0.2", default-features = false }
151+
wiggle-macro = { path = "crates/wiggle/macro", version = "=10.0.2" }
152+
wiggle-generate = { path = "crates/wiggle/generate", version = "=10.0.2" }
153+
wasi-common = { path = "crates/wasi-common", version = "=10.0.2" }
154+
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=10.0.2" }
155+
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=10.0.2" }
156156
wasmtime-fuzzing = { path = "crates/fuzzing" }
157-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=10.0.1" }
158-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=10.0.1" }
157+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=10.0.2" }
158+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=10.0.2" }
159159

160-
cranelift-wasm = { path = "cranelift/wasm", version = "0.97.1" }
161-
cranelift-codegen = { path = "cranelift/codegen", version = "0.97.1" }
162-
cranelift-frontend = { path = "cranelift/frontend", version = "0.97.1" }
163-
cranelift-entity = { path = "cranelift/entity", version = "0.97.1" }
164-
cranelift-native = { path = "cranelift/native", version = "0.97.1" }
165-
cranelift-module = { path = "cranelift/module", version = "0.97.1" }
166-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.97.1" }
167-
cranelift-reader = { path = "cranelift/reader", version = "0.97.1" }
160+
cranelift-wasm = { path = "cranelift/wasm", version = "0.97.2" }
161+
cranelift-codegen = { path = "cranelift/codegen", version = "0.97.2" }
162+
cranelift-frontend = { path = "cranelift/frontend", version = "0.97.2" }
163+
cranelift-entity = { path = "cranelift/entity", version = "0.97.2" }
164+
cranelift-native = { path = "cranelift/native", version = "0.97.2" }
165+
cranelift-module = { path = "cranelift/module", version = "0.97.2" }
166+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.97.2" }
167+
cranelift-reader = { path = "cranelift/reader", version = "0.97.2" }
168168
cranelift-filetests = { path = "cranelift/filetests" }
169-
cranelift-object = { path = "cranelift/object", version = "0.97.1" }
170-
cranelift-jit = { path = "cranelift/jit", version = "0.97.1" }
169+
cranelift-object = { path = "cranelift/object", version = "0.97.2" }
170+
cranelift-jit = { path = "cranelift/jit", version = "0.97.2" }
171171
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
172-
cranelift-bforest = { path = "cranelift/bforest", version = "0.97.1" }
173-
cranelift-control = { path = "cranelift/control", version = "0.97.1" }
174-
cranelift = { path = "cranelift/umbrella", version = "0.97.1" }
172+
cranelift-bforest = { path = "cranelift/bforest", version = "0.97.2" }
173+
cranelift-control = { path = "cranelift/control", version = "0.97.2" }
174+
cranelift = { path = "cranelift/umbrella", version = "0.97.2" }
175175

176-
winch-codegen = { path = "winch/codegen", version = "=0.8.1" }
176+
winch-codegen = { path = "winch/codegen", version = "=0.8.2" }
177177
winch-filetests = { path = "winch/filetests" }
178178
winch-test-macros = { path = "winch/test-macros" }
179179

cranelift/bforest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-bforest"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "A forest of B+-trees"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-bforest"

cranelift/codegen/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-codegen"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -16,7 +16,7 @@ edition.workspace = true
1616
anyhow = { workspace = true, optional = true }
1717
bumpalo = "3"
1818
capstone = { workspace = true, optional = true }
19-
cranelift-codegen-shared = { path = "./shared", version = "0.97.1" }
19+
cranelift-codegen-shared = { path = "./shared", version = "0.97.2" }
2020
cranelift-entity = { workspace = true }
2121
cranelift-bforest = { workspace = true }
2222
cranelift-control = { workspace = true }
@@ -40,8 +40,8 @@ criterion = { version = "0.4.0", features = ["html_reports"] }
4040
similar = "2.1.0"
4141

4242
[build-dependencies]
43-
cranelift-codegen-meta = { path = "meta", version = "0.97.1" }
44-
cranelift-isle = { path = "../isle/isle", version = "=0.97.1" }
43+
cranelift-codegen-meta = { path = "meta", version = "0.97.2" }
44+
cranelift-isle = { path = "../isle/isle", version = "=0.97.2" }
4545

4646
[features]
4747
default = ["std", "unwind"]

cranelift/codegen/meta/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cranelift-codegen-meta"
33
authors = ["The Cranelift Project Developers"]
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "Metaprogram for cranelift-codegen code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"
@@ -13,4 +13,4 @@ edition.workspace = true
1313
# rustdoc-args = [ "--document-private-items" ]
1414

1515
[dependencies]
16-
cranelift-codegen-shared = { path = "../shared", version = "0.97.1" }
16+
cranelift-codegen-shared = { path = "../shared", version = "0.97.2" }

cranelift/codegen/shared/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-codegen-shared"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "For code shared between cranelift-codegen-meta and cranelift-codegen"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-control"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "White-box fuzz testing framework"
66
license = "Apache-2.0 WITH LLVM-exception"
77
repository = "https://github.com/bytecodealliance/wasmtime"

cranelift/entity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-entity"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "Data structures using entity references as mapping keys"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-entity"

cranelift/frontend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
authors = ["The Cranelift Project Developers"]
33
name = "cranelift-frontend"
4-
version = "0.97.1"
4+
version = "0.97.2"
55
description = "Cranelift IR builder helper"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-frontend"

cranelift/interpreter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cranelift-interpreter"
3-
version = "0.97.1"
3+
version = "0.97.2"
44
authors = ["The Cranelift Project Developers"]
55
description = "Interpret Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

0 commit comments

Comments
 (0)