Skip to content

Commit 482f541

Browse files
Bump Wasmtime to 7.0.0 (#5712)
Co-authored-by: Wasmtime Publish <[email protected]>
1 parent 43022c8 commit 482f541

File tree

22 files changed

+120
-110
lines changed

22 files changed

+120
-110
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -104,57 +104,57 @@ exclude = [
104104
]
105105

106106
[workspace.package]
107-
version = "6.0.0"
107+
version = "7.0.0"
108108
authors = ["The Wasmtime Project Developers"]
109109
edition = "2021"
110110
rust-version = "1.66.0"
111111

112112
[workspace.dependencies]
113-
wasmtime = { path = "crates/wasmtime", version = "6.0.0", default-features = false }
114-
wasmtime-cache = { path = "crates/cache", version = "=6.0.0" }
115-
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=6.0.0" }
116-
wasmtime-cranelift = { path = "crates/cranelift", version = "=6.0.0" }
117-
wasmtime-environ = { path = "crates/environ", version = "=6.0.0" }
118-
wasmtime-fiber = { path = "crates/fiber", version = "=6.0.0" }
119-
wasmtime-types = { path = "crates/types", version = "6.0.0" }
120-
wasmtime-jit = { path = "crates/jit", version = "=6.0.0" }
121-
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=6.0.0" }
122-
wasmtime-runtime = { path = "crates/runtime", version = "=6.0.0" }
123-
wasmtime-wast = { path = "crates/wast", version = "=6.0.0" }
124-
wasmtime-wasi = { path = "crates/wasi", version = "6.0.0" }
125-
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "6.0.0" }
126-
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "6.0.0" }
127-
wasmtime-component-util = { path = "crates/component-util", version = "=6.0.0" }
128-
wasmtime-component-macro = { path = "crates/component-macro", version = "=6.0.0" }
129-
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=6.0.0" }
113+
wasmtime = { path = "crates/wasmtime", version = "7.0.0", default-features = false }
114+
wasmtime-cache = { path = "crates/cache", version = "=7.0.0" }
115+
wasmtime-cli-flags = { path = "crates/cli-flags", version = "=7.0.0" }
116+
wasmtime-cranelift = { path = "crates/cranelift", version = "=7.0.0" }
117+
wasmtime-environ = { path = "crates/environ", version = "=7.0.0" }
118+
wasmtime-fiber = { path = "crates/fiber", version = "=7.0.0" }
119+
wasmtime-types = { path = "crates/types", version = "7.0.0" }
120+
wasmtime-jit = { path = "crates/jit", version = "=7.0.0" }
121+
wasmtime-jit-debug = { path = "crates/jit-debug", version = "=7.0.0" }
122+
wasmtime-runtime = { path = "crates/runtime", version = "=7.0.0" }
123+
wasmtime-wast = { path = "crates/wast", version = "=7.0.0" }
124+
wasmtime-wasi = { path = "crates/wasi", version = "7.0.0" }
125+
wasmtime-wasi-crypto = { path = "crates/wasi-crypto", version = "7.0.0" }
126+
wasmtime-wasi-nn = { path = "crates/wasi-nn", version = "7.0.0" }
127+
wasmtime-component-util = { path = "crates/component-util", version = "=7.0.0" }
128+
wasmtime-component-macro = { path = "crates/component-macro", version = "=7.0.0" }
129+
wasmtime-asm-macros = { path = "crates/asm-macros", version = "=7.0.0" }
130130
component-test-util = { path = "crates/misc/component-test-util" }
131131
component-fuzz-util = { path = "crates/misc/component-fuzz-util" }
132-
wiggle = { path = "crates/wiggle", version = "=6.0.0", default-features = false }
133-
wiggle-macro = { path = "crates/wiggle/macro", version = "=6.0.0" }
134-
wiggle-generate = { path = "crates/wiggle/generate", version = "=6.0.0" }
135-
wasi-common = { path = "crates/wasi-common", version = "=6.0.0" }
136-
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=6.0.0" }
137-
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=6.0.0" }
132+
wiggle = { path = "crates/wiggle", version = "=7.0.0", default-features = false }
133+
wiggle-macro = { path = "crates/wiggle/macro", version = "=7.0.0" }
134+
wiggle-generate = { path = "crates/wiggle/generate", version = "=7.0.0" }
135+
wasi-common = { path = "crates/wasi-common", version = "=7.0.0" }
136+
wasi-tokio = { path = "crates/wasi-common/tokio", version = "=7.0.0" }
137+
wasi-cap-std-sync = { path = "crates/wasi-common/cap-std-sync", version = "=7.0.0" }
138138
wasmtime-fuzzing = { path = "crates/fuzzing" }
139-
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=6.0.0" }
140-
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=6.0.0" }
141-
142-
cranelift-wasm = { path = "cranelift/wasm", version = "0.93.0" }
143-
cranelift-codegen = { path = "cranelift/codegen", version = "0.93.0" }
144-
cranelift-frontend = { path = "cranelift/frontend", version = "0.93.0" }
145-
cranelift-entity = { path = "cranelift/entity", version = "0.93.0" }
146-
cranelift-native = { path = "cranelift/native", version = "0.93.0" }
147-
cranelift-module = { path = "cranelift/module", version = "0.93.0" }
148-
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.93.0" }
149-
cranelift-reader = { path = "cranelift/reader", version = "0.93.0" }
139+
wasmtime-jit-icache-coherence = { path = "crates/jit-icache-coherence", version = "=7.0.0" }
140+
wasmtime-wit-bindgen = { path = "crates/wit-bindgen", version = "=7.0.0" }
141+
142+
cranelift-wasm = { path = "cranelift/wasm", version = "0.94.0" }
143+
cranelift-codegen = { path = "cranelift/codegen", version = "0.94.0" }
144+
cranelift-frontend = { path = "cranelift/frontend", version = "0.94.0" }
145+
cranelift-entity = { path = "cranelift/entity", version = "0.94.0" }
146+
cranelift-native = { path = "cranelift/native", version = "0.94.0" }
147+
cranelift-module = { path = "cranelift/module", version = "0.94.0" }
148+
cranelift-interpreter = { path = "cranelift/interpreter", version = "0.94.0" }
149+
cranelift-reader = { path = "cranelift/reader", version = "0.94.0" }
150150
cranelift-filetests = { path = "cranelift/filetests" }
151-
cranelift-object = { path = "cranelift/object", version = "0.93.0" }
152-
cranelift-jit = { path = "cranelift/jit", version = "0.93.0" }
151+
cranelift-object = { path = "cranelift/object", version = "0.94.0" }
152+
cranelift-jit = { path = "cranelift/jit", version = "0.94.0" }
153153
cranelift-fuzzgen = { path = "cranelift/fuzzgen" }
154-
cranelift-bforest = { path = "cranelift/bforest", version = "0.93.0" }
155-
cranelift = { path = "cranelift/umbrella", version = "0.93.0" }
154+
cranelift-bforest = { path = "cranelift/bforest", version = "0.94.0" }
155+
cranelift = { path = "cranelift/umbrella", version = "0.94.0" }
156156

157-
winch-codegen = { path = "winch/codegen", version = "=0.4.0" }
157+
winch-codegen = { path = "winch/codegen", version = "=0.5.0" }
158158
winch-filetests = { path = "winch/filetests" }
159159
winch-test-macros = { path = "winch/test-macros" }
160160

RELEASES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
--------------------------------------------------------------------------------
22

3+
## 7.0.0
4+
5+
Unreleased.
6+
7+
### Added
8+
9+
### Changed
10+
11+
--------------------------------------------------------------------------------
12+
313
## 6.0.0
414

515
Unreleased.

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.93.0"
4+
version = "0.94.0"
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.93.0"
4+
version = "0.94.0"
55
description = "Low-level code generator library"
66
license = "Apache-2.0 WITH LLVM-exception"
77
documentation = "https://docs.rs/cranelift-codegen"
@@ -15,7 +15,7 @@ edition.workspace = true
1515
[dependencies]
1616
arrayvec = "0.7"
1717
bumpalo = "3"
18-
cranelift-codegen-shared = { path = "./shared", version = "0.93.0" }
18+
cranelift-codegen-shared = { path = "./shared", version = "0.94.0" }
1919
cranelift-entity = { workspace = true }
2020
cranelift-bforest = { workspace = true }
2121
hashbrown = { workspace = true }
@@ -38,8 +38,8 @@ criterion = "0.3"
3838
similar = "2.1.0"
3939

4040
[build-dependencies]
41-
cranelift-codegen-meta = { path = "meta", version = "0.93.0" }
42-
cranelift-isle = { path = "../isle/isle", version = "=0.93.0" }
41+
cranelift-codegen-meta = { path = "meta", version = "0.94.0" }
42+
cranelift-isle = { path = "../isle/isle", version = "=0.94.0" }
4343

4444
[features]
4545
default = ["std", "unwind", "trace-log"]

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.93.0"
4+
version = "0.94.0"
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,7 +13,7 @@ edition.workspace = true
1313
# rustdoc-args = [ "--document-private-items" ]
1414

1515
[dependencies]
16-
cranelift-codegen-shared = { path = "../shared", version = "0.93.0" }
16+
cranelift-codegen-shared = { path = "../shared", version = "0.94.0" }
1717

1818
[badges]
1919
maintenance = { status = "experimental" }

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.93.0"
4+
version = "0.94.0"
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/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.93.0"
4+
version = "0.94.0"
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.93.0"
4+
version = "0.94.0"
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.93.0"
3+
version = "0.94.0"
44
authors = ["The Cranelift Project Developers"]
55
description = "Interpret Cranelift IR"
66
repository = "https://github.com/bytecodealliance/wasmtime"

0 commit comments

Comments
 (0)