@@ -174,7 +174,7 @@ exclude = [
174174]
175175
176176[workspace .package ]
177- version = " 34 .0.0"
177+ version = " 35 .0.0"
178178authors = [" The Wasmtime Project Developers" ]
179179edition = " 2024"
180180# Wasmtime's current policy is that this number can be no larger than the
@@ -218,66 +218,67 @@ from_over_into = 'warn'
218218
219219[workspace .dependencies ]
220220arbitrary = { version = " 1.4.0" }
221- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =34 .0.0" }
222- wasmtime = { path = " crates/wasmtime" , version = " 34 .0.0" , default-features = false }
223- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =34 .0.0" }
224- wasmtime-cache = { path = " crates/cache" , version = " =34 .0.0" }
225- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =34 .0.0" }
226- wasmtime-cranelift = { path = " crates/cranelift" , version = " =34 .0.0" }
227- wasmtime-winch = { path = " crates/winch" , version = " =34 .0.0" }
228- wasmtime-environ = { path = " crates/environ" , version = " =34 .0.0" }
229- wasmtime-explorer = { path = " crates/explorer" , version = " =34 .0.0" }
230- wasmtime-fiber = { path = " crates/fiber" , version = " =34 .0.0" }
231- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =34 .0.0" }
232- wasmtime-wast = { path = " crates/wast" , version = " =34 .0.0" }
233- wasmtime-wasi = { path = " crates/wasi" , version = " 34 .0.0" , default-features = false }
234- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 34 .0.0" , default-features = false }
235- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 34 .0.0" , default-features = false }
236- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 34 .0.0" }
237- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 34 .0.0" }
238- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 34 .0.0" }
239- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 34 .0.0" }
240- wasmtime-component-util = { path = " crates/component-util" , version = " =34 .0.0" }
241- wasmtime-component-macro = { path = " crates/component-macro" , version = " =34 .0.0" }
242- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =34 .0.0" }
243- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =34 .0.0" }
244- wasmtime-slab = { path = " crates/slab" , version = " =34 .0.0" }
245- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 34 .0.0" }
246- wiggle = { path = " crates/wiggle" , version = " =34 .0.0" , default-features = false }
247- wiggle-macro = { path = " crates/wiggle/macro" , version = " =34 .0.0" }
248- wiggle-generate = { path = " crates/wiggle/generate" , version = " =34 .0.0" }
249- wasi-common = { path = " crates/wasi-common" , version = " =34 .0.0" , default-features = false }
221+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =35 .0.0" }
222+ wasmtime = { path = " crates/wasmtime" , version = " 35 .0.0" , default-features = false }
223+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =35 .0.0" }
224+ wasmtime-cache = { path = " crates/cache" , version = " =35 .0.0" }
225+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =35 .0.0" }
226+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =35 .0.0" }
227+ wasmtime-winch = { path = " crates/winch" , version = " =35 .0.0" }
228+ wasmtime-environ = { path = " crates/environ" , version = " =35 .0.0" }
229+ wasmtime-explorer = { path = " crates/explorer" , version = " =35 .0.0" }
230+ wasmtime-fiber = { path = " crates/fiber" , version = " =35 .0.0" }
231+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =35 .0.0" }
232+ wasmtime-wast = { path = " crates/wast" , version = " =35 .0.0" }
233+ wasmtime-wasi = { path = " crates/wasi" , version = " 35 .0.0" , default-features = false }
234+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 35 .0.0" , default-features = false }
235+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 35 .0.0" , default-features = false }
236+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 35 .0.0" }
237+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 35 .0.0" }
238+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 35 .0.0" }
239+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 35 .0.0" }
240+ wasmtime-component-util = { path = " crates/component-util" , version = " =35 .0.0" }
241+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =35 .0.0" }
242+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =35 .0.0" }
243+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =35 .0.0" }
244+ wasmtime-slab = { path = " crates/slab" , version = " =35 .0.0" }
245+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 35 .0.0" }
246+ wiggle = { path = " crates/wiggle" , version = " =35 .0.0" , default-features = false }
247+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =35 .0.0" }
248+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =35 .0.0" }
249+ wasi-common = { path = " crates/wasi-common" , version = " =35 .0.0" , default-features = false }
250250wasmtime-fuzzing = { path = " crates/fuzzing" }
251- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =34.0.0" }
252- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =34.0.0" }
253- wasmtime-math = { path = " crates/math" , version = " =34.0.0" }
251+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =35.0.0" }
252+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =35.0.0" }
253+ wasmtime-math = { path = " crates/math" , version = " =35.0.0" }
254+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =35.0.0" }
254255test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
255256wasmtime-test-util = { path = " crates/test-util" }
256257component-async-tests = { path = " crates/misc/component-async-tests" }
257258
258- pulley-interpreter = { path = ' pulley' , version = " =34 .0.0" }
259+ pulley-interpreter = { path = ' pulley' , version = " =35 .0.0" }
259260pulley-interpreter-fuzz = { path = ' pulley/fuzz' }
260- pulley-macros = { path = ' pulley/macros' , version = " =34 .0.0" }
261-
262- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.121 .0" }
263- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.121 .0" , default-features = false , features = [" std" , " unwind" ] }
264- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.121 .0" }
265- cranelift-entity = { path = " cranelift/entity" , version = " 0.121 .0" }
266- cranelift-native = { path = " cranelift/native" , version = " 0.121 .0" }
267- cranelift-module = { path = " cranelift/module" , version = " 0.121 .0" }
268- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.121 .0" }
269- cranelift-reader = { path = " cranelift/reader" , version = " 0.121 .0" }
261+ pulley-macros = { path = ' pulley/macros' , version = " =35 .0.0" }
262+
263+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.122 .0" }
264+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.122 .0" , default-features = false , features = [" std" , " unwind" ] }
265+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.122 .0" }
266+ cranelift-entity = { path = " cranelift/entity" , version = " 0.122 .0" }
267+ cranelift-native = { path = " cranelift/native" , version = " 0.122 .0" }
268+ cranelift-module = { path = " cranelift/module" , version = " 0.122 .0" }
269+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.122 .0" }
270+ cranelift-reader = { path = " cranelift/reader" , version = " 0.122 .0" }
270271cranelift-filetests = { path = " cranelift/filetests" }
271- cranelift-object = { path = " cranelift/object" , version = " 0.121 .0" }
272- cranelift-jit = { path = " cranelift/jit" , version = " 0.121 .0" }
272+ cranelift-object = { path = " cranelift/object" , version = " 0.122 .0" }
273+ cranelift-jit = { path = " cranelift/jit" , version = " 0.122 .0" }
273274cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
274- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.121 .0" }
275- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.121 .0" }
276- cranelift-control = { path = " cranelift/control" , version = " 0.121 .0" }
277- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.121 .0" }
278- cranelift = { path = " cranelift/umbrella" , version = " 0.121 .0" }
275+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.122 .0" }
276+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.122 .0" }
277+ cranelift-control = { path = " cranelift/control" , version = " 0.122 .0" }
278+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.122 .0" }
279+ cranelift = { path = " cranelift/umbrella" , version = " 0.122 .0" }
279280
280- winch-codegen = { path = " winch/codegen" , version = " =34 .0.0" }
281+ winch-codegen = { path = " winch/codegen" , version = " =35 .0.0" }
281282
282283wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
283284byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments