@@ -185,7 +185,7 @@ exclude = [
185185]
186186
187187[workspace .package ]
188- version = " 41 .0.0"
188+ version = " 42 .0.0"
189189authors = [" The Wasmtime Project Developers" ]
190190edition = " 2024"
191191# Wasmtime's current policy is that this number can be no larger than the
@@ -239,19 +239,19 @@ extra_unused_type_parameters = 'warn'
239239# tooling but aren't intended to be widely depended on.
240240#
241241# All of these crates are supported though in the sense that
242- wasmtime = { path = " crates/wasmtime" , version = " 41 .0.0" , default-features = false }
243- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =41 .0.0" }
244- wasmtime-environ = { path = " crates/environ" , version = " =41 .0.0" }
245- wasmtime-wasi = { path = " crates/wasi" , version = " 41 .0.0" , default-features = false }
246- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 41 .0.0" , default-features = false }
247- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 41 .0.0" , default-features = false }
248- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 41 .0.0" }
249- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 41 .0.0" }
250- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 41 .0.0" }
251- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 41 .0.0" }
252- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 41 .0.0" }
253- wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 41 .0.0" }
254- wasmtime-wast = { path = " crates/wast" , version = " =41 .0.0" }
242+ wasmtime = { path = " crates/wasmtime" , version = " 42 .0.0" , default-features = false }
243+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =42 .0.0" }
244+ wasmtime-environ = { path = " crates/environ" , version = " =42 .0.0" }
245+ wasmtime-wasi = { path = " crates/wasi" , version = " 42 .0.0" , default-features = false }
246+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 42 .0.0" , default-features = false }
247+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 42 .0.0" , default-features = false }
248+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 42 .0.0" }
249+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 42 .0.0" }
250+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 42 .0.0" }
251+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 42 .0.0" }
252+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 42 .0.0" }
253+ wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 42 .0.0" }
254+ wasmtime-wast = { path = " crates/wast" , version = " =42 .0.0" }
255255
256256# Internal Wasmtime-specific crates.
257257#
@@ -260,56 +260,56 @@ wasmtime-wast = { path = "crates/wast", version = "=41.0.0" }
260260# that these are internal unsupported crates for external use. These exist as
261261# part of the project organization of other public crates in Wasmtime and are
262262# otherwise not supported in terms of CVEs for example.
263- wasmtime-error = { path = " crates/error" , version = " =41 .0.0" , package = ' wasmtime-internal-error' }
264- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =41 .0.0" , package = ' wasmtime-internal-wmemcheck' }
265- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =41 .0.0" , package = ' wasmtime-internal-c-api-macros' }
266- wasmtime-cache = { path = " crates/cache" , version = " =41 .0.0" , package = ' wasmtime-internal-cache' }
267- wasmtime-cranelift = { path = " crates/cranelift" , version = " =41 .0.0" , package = ' wasmtime-internal-cranelift' }
268- wasmtime-winch = { path = " crates/winch" , version = " =41 .0.0" , package = ' wasmtime-internal-winch' }
269- wasmtime-explorer = { path = " crates/explorer" , version = " =41 .0.0" , package = ' wasmtime-internal-explorer' }
270- wasmtime-fiber = { path = " crates/fiber" , version = " =41 .0.0" , package = ' wasmtime-internal-fiber' }
271- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =41 .0.0" , package = ' wasmtime-internal-jit-debug' }
272- wasmtime-component-util = { path = " crates/component-util" , version = " =41 .0.0" , package = ' wasmtime-internal-component-util' }
273- wasmtime-component-macro = { path = " crates/component-macro" , version = " =41 .0.0" , package = ' wasmtime-internal-component-macro' }
274- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =41 .0.0" , package = ' wasmtime-internal-versioned-export-macros' }
275- wasmtime-slab = { path = " crates/slab" , version = " =41 .0.0" , package = ' wasmtime-internal-slab' }
276- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =41 .0.0" , package = ' wasmtime-internal-jit-icache-coherence' }
277- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =41 .0.0" , package = ' wasmtime-internal-wit-bindgen' }
278- wasmtime-math = { path = " crates/math" , version = " =41 .0.0" , package = ' wasmtime-internal-math' }
279- wasmtime-unwinder = { path = " crates/unwinder" , version = " =41 .0.0" , package = ' wasmtime-internal-unwinder' }
280- wasmtime-debugger = { path = " crates/debugger" , version = " =41 .0.0" , package = " wasmtime-internal-debugger" }
281- wasmtime-wizer = { path = " crates/wizer" , version = " 41 .0.0" }
263+ wasmtime-error = { path = " crates/error" , version = " =42 .0.0" , package = ' wasmtime-internal-error' }
264+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =42 .0.0" , package = ' wasmtime-internal-wmemcheck' }
265+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =42 .0.0" , package = ' wasmtime-internal-c-api-macros' }
266+ wasmtime-cache = { path = " crates/cache" , version = " =42 .0.0" , package = ' wasmtime-internal-cache' }
267+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =42 .0.0" , package = ' wasmtime-internal-cranelift' }
268+ wasmtime-winch = { path = " crates/winch" , version = " =42 .0.0" , package = ' wasmtime-internal-winch' }
269+ wasmtime-explorer = { path = " crates/explorer" , version = " =42 .0.0" , package = ' wasmtime-internal-explorer' }
270+ wasmtime-fiber = { path = " crates/fiber" , version = " =42 .0.0" , package = ' wasmtime-internal-fiber' }
271+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =42 .0.0" , package = ' wasmtime-internal-jit-debug' }
272+ wasmtime-component-util = { path = " crates/component-util" , version = " =42 .0.0" , package = ' wasmtime-internal-component-util' }
273+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =42 .0.0" , package = ' wasmtime-internal-component-macro' }
274+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =42 .0.0" , package = ' wasmtime-internal-versioned-export-macros' }
275+ wasmtime-slab = { path = " crates/slab" , version = " =42 .0.0" , package = ' wasmtime-internal-slab' }
276+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =42 .0.0" , package = ' wasmtime-internal-jit-icache-coherence' }
277+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =42 .0.0" , package = ' wasmtime-internal-wit-bindgen' }
278+ wasmtime-math = { path = " crates/math" , version = " =42 .0.0" , package = ' wasmtime-internal-math' }
279+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =42 .0.0" , package = ' wasmtime-internal-unwinder' }
280+ wasmtime-debugger = { path = " crates/debugger" , version = " =42 .0.0" , package = " wasmtime-internal-debugger" }
281+ wasmtime-wizer = { path = " crates/wizer" , version = " 42 .0.0" }
282282
283283# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
284284# used in the `wasmtime-*` family of crates depending on various features/etc.
285- wiggle = { path = " crates/wiggle" , version = " =41 .0.0" , default-features = false }
286- wiggle-macro = { path = " crates/wiggle/macro" , version = " =41 .0.0" }
287- wiggle-generate = { path = " crates/wiggle/generate" , version = " =41 .0.0" }
288- wasi-common = { path = " crates/wasi-common" , version = " =41 .0.0" , default-features = false }
289- pulley-interpreter = { path = ' pulley' , version = " =41 .0.0" }
290- pulley-macros = { path = ' pulley/macros' , version = " =41 .0.0" }
285+ wiggle = { path = " crates/wiggle" , version = " =42 .0.0" , default-features = false }
286+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =42 .0.0" }
287+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =42 .0.0" }
288+ wasi-common = { path = " crates/wasi-common" , version = " =42 .0.0" , default-features = false }
289+ pulley-interpreter = { path = ' pulley' , version = " =42 .0.0" }
290+ pulley-macros = { path = ' pulley/macros' , version = " =42 .0.0" }
291291
292292# Cranelift crates in this workspace
293- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.128 .0" }
294- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.128 .0" , default-features = false , features = [" std" , " unwind" ] }
295- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.128 .0" }
296- cranelift-entity = { path = " cranelift/entity" , version = " 0.128 .0" }
297- cranelift-native = { path = " cranelift/native" , version = " 0.128 .0" }
298- cranelift-module = { path = " cranelift/module" , version = " 0.128 .0" }
299- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.128 .0" }
300- cranelift-reader = { path = " cranelift/reader" , version = " 0.128 .0" }
293+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.129 .0" }
294+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.129 .0" , default-features = false , features = [" std" , " unwind" ] }
295+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.129 .0" }
296+ cranelift-entity = { path = " cranelift/entity" , version = " 0.129 .0" }
297+ cranelift-native = { path = " cranelift/native" , version = " 0.129 .0" }
298+ cranelift-module = { path = " cranelift/module" , version = " 0.129 .0" }
299+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.129 .0" }
300+ cranelift-reader = { path = " cranelift/reader" , version = " 0.129 .0" }
301301cranelift-filetests = { path = " cranelift/filetests" }
302- cranelift-object = { path = " cranelift/object" , version = " 0.128 .0" }
303- cranelift-jit = { path = " cranelift/jit" , version = " 0.128 .0" }
302+ cranelift-object = { path = " cranelift/object" , version = " 0.129 .0" }
303+ cranelift-jit = { path = " cranelift/jit" , version = " 0.129 .0" }
304304cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
305- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.128 .0" }
306- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.128 .0" }
307- cranelift-control = { path = " cranelift/control" , version = " 0.128 .0" }
308- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.128 .0" }
309- cranelift = { path = " cranelift/umbrella" , version = " 0.128 .0" }
305+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.129 .0" }
306+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.129 .0" }
307+ cranelift-control = { path = " cranelift/control" , version = " 0.129 .0" }
308+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.129 .0" }
309+ cranelift = { path = " cranelift/umbrella" , version = " 0.129 .0" }
310310
311311# Winch crates in this workspace.
312- winch-codegen = { path = " winch/codegen" , version = " =41 .0.0" }
312+ winch-codegen = { path = " winch/codegen" , version = " =42 .0.0" }
313313
314314# Internal crates not published to crates.io used in testing, builds, etc
315315wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments