@@ -175,7 +175,7 @@ exclude = [
175
175
]
176
176
177
177
[workspace .package ]
178
- version = " 38 .0.0"
178
+ version = " 39 .0.0"
179
179
authors = [" The Wasmtime Project Developers" ]
180
180
edition = " 2024"
181
181
# Wasmtime's current policy is that this number can be no larger than the
@@ -228,19 +228,19 @@ multiple_bound_locations = 'warn'
228
228
# tooling but aren't intended to be widely depended on.
229
229
#
230
230
# All of these crates are supported though in the sense that
231
- wasmtime = { path = " crates/wasmtime" , version = " 38 .0.0" , default-features = false }
232
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =38 .0.0" }
233
- wasmtime-environ = { path = " crates/environ" , version = " =38 .0.0" }
234
- wasmtime-wasi = { path = " crates/wasi" , version = " 38 .0.0" , default-features = false }
235
- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 38 .0.0" , default-features = false }
236
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 38 .0.0" , default-features = false }
237
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 38 .0.0" }
238
- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 38 .0.0" }
239
- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 38 .0.0" }
240
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 38 .0.0" }
241
- wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 38 .0.0" }
242
- wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 38 .0.0" }
243
- wasmtime-wast = { path = " crates/wast" , version = " =38 .0.0" }
231
+ wasmtime = { path = " crates/wasmtime" , version = " 39 .0.0" , default-features = false }
232
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =39 .0.0" }
233
+ wasmtime-environ = { path = " crates/environ" , version = " =39 .0.0" }
234
+ wasmtime-wasi = { path = " crates/wasi" , version = " 39 .0.0" , default-features = false }
235
+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 39 .0.0" , default-features = false }
236
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 39 .0.0" , default-features = false }
237
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 39 .0.0" }
238
+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 39 .0.0" }
239
+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 39 .0.0" }
240
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 39 .0.0" }
241
+ wasmtime-wasi-tls = { path = " crates/wasi-tls" , version = " 39 .0.0" }
242
+ wasmtime-wasi-tls-nativetls = { path = " crates/wasi-tls-nativetls" , version = " 39 .0.0" }
243
+ wasmtime-wast = { path = " crates/wast" , version = " =39 .0.0" }
244
244
245
245
# Internal Wasmtime-specific crates.
246
246
#
@@ -249,53 +249,53 @@ wasmtime-wast = { path = "crates/wast", version = "=38.0.0" }
249
249
# that these are internal unsupported crates for external use. These exist as
250
250
# part of the project organization of other public crates in Wasmtime and are
251
251
# otherwise not supported in terms of CVEs for example.
252
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =38 .0.0" , package = ' wasmtime-internal-wmemcheck' }
253
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =38 .0.0" , package = ' wasmtime-internal-c-api-macros' }
254
- wasmtime-cache = { path = " crates/cache" , version = " =38 .0.0" , package = ' wasmtime-internal-cache' }
255
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =38 .0.0" , package = ' wasmtime-internal-cranelift' }
256
- wasmtime-winch = { path = " crates/winch" , version = " =38 .0.0" , package = ' wasmtime-internal-winch' }
257
- wasmtime-explorer = { path = " crates/explorer" , version = " =38 .0.0" , package = ' wasmtime-internal-explorer' }
258
- wasmtime-fiber = { path = " crates/fiber" , version = " =38 .0.0" , package = ' wasmtime-internal-fiber' }
259
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =38 .0.0" , package = ' wasmtime-internal-jit-debug' }
260
- wasmtime-component-util = { path = " crates/component-util" , version = " =38 .0.0" , package = ' wasmtime-internal-component-util' }
261
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =38 .0.0" , package = ' wasmtime-internal-component-macro' }
262
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =38 .0.0" , package = ' wasmtime-internal-versioned-export-macros' }
263
- wasmtime-slab = { path = " crates/slab" , version = " =38 .0.0" , package = ' wasmtime-internal-slab' }
264
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =38 .0.0" , package = ' wasmtime-internal-jit-icache-coherence' }
265
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =38 .0.0" , package = ' wasmtime-internal-wit-bindgen' }
266
- wasmtime-math = { path = " crates/math" , version = " =38 .0.0" , package = ' wasmtime-internal-math' }
267
- wasmtime-unwinder = { path = " crates/unwinder" , version = " =38 .0.0" , package = ' wasmtime-internal-unwinder' }
252
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =39 .0.0" , package = ' wasmtime-internal-wmemcheck' }
253
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =39 .0.0" , package = ' wasmtime-internal-c-api-macros' }
254
+ wasmtime-cache = { path = " crates/cache" , version = " =39 .0.0" , package = ' wasmtime-internal-cache' }
255
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =39 .0.0" , package = ' wasmtime-internal-cranelift' }
256
+ wasmtime-winch = { path = " crates/winch" , version = " =39 .0.0" , package = ' wasmtime-internal-winch' }
257
+ wasmtime-explorer = { path = " crates/explorer" , version = " =39 .0.0" , package = ' wasmtime-internal-explorer' }
258
+ wasmtime-fiber = { path = " crates/fiber" , version = " =39 .0.0" , package = ' wasmtime-internal-fiber' }
259
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =39 .0.0" , package = ' wasmtime-internal-jit-debug' }
260
+ wasmtime-component-util = { path = " crates/component-util" , version = " =39 .0.0" , package = ' wasmtime-internal-component-util' }
261
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =39 .0.0" , package = ' wasmtime-internal-component-macro' }
262
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =39 .0.0" , package = ' wasmtime-internal-versioned-export-macros' }
263
+ wasmtime-slab = { path = " crates/slab" , version = " =39 .0.0" , package = ' wasmtime-internal-slab' }
264
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =39 .0.0" , package = ' wasmtime-internal-jit-icache-coherence' }
265
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =39 .0.0" , package = ' wasmtime-internal-wit-bindgen' }
266
+ wasmtime-math = { path = " crates/math" , version = " =39 .0.0" , package = ' wasmtime-internal-math' }
267
+ wasmtime-unwinder = { path = " crates/unwinder" , version = " =39 .0.0" , package = ' wasmtime-internal-unwinder' }
268
268
269
269
# Miscellaneous crates without a `wasmtime-*` prefix in their name but still
270
270
# used in the `wasmtime-*` family of crates depending on various features/etc.
271
- wiggle = { path = " crates/wiggle" , version = " =38 .0.0" , default-features = false }
272
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =38 .0.0" }
273
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =38 .0.0" }
274
- wasi-common = { path = " crates/wasi-common" , version = " =38 .0.0" , default-features = false }
275
- pulley-interpreter = { path = ' pulley' , version = " =38 .0.0" }
276
- pulley-macros = { path = ' pulley/macros' , version = " =38 .0.0" }
271
+ wiggle = { path = " crates/wiggle" , version = " =39 .0.0" , default-features = false }
272
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =39 .0.0" }
273
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =39 .0.0" }
274
+ wasi-common = { path = " crates/wasi-common" , version = " =39 .0.0" , default-features = false }
275
+ pulley-interpreter = { path = ' pulley' , version = " =39 .0.0" }
276
+ pulley-macros = { path = ' pulley/macros' , version = " =39 .0.0" }
277
277
278
278
# Cranelift crates in this workspace
279
- cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.125 .0" }
280
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.125 .0" , default-features = false , features = [" std" , " unwind" ] }
281
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.125 .0" }
282
- cranelift-entity = { path = " cranelift/entity" , version = " 0.125 .0" }
283
- cranelift-native = { path = " cranelift/native" , version = " 0.125 .0" }
284
- cranelift-module = { path = " cranelift/module" , version = " 0.125 .0" }
285
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.125 .0" }
286
- cranelift-reader = { path = " cranelift/reader" , version = " 0.125 .0" }
279
+ cranelift-assembler-x64 = { path = " cranelift/assembler-x64" , version = " 0.126 .0" }
280
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.126 .0" , default-features = false , features = [" std" , " unwind" ] }
281
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.126 .0" }
282
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.126 .0" }
283
+ cranelift-native = { path = " cranelift/native" , version = " 0.126 .0" }
284
+ cranelift-module = { path = " cranelift/module" , version = " 0.126 .0" }
285
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.126 .0" }
286
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.126 .0" }
287
287
cranelift-filetests = { path = " cranelift/filetests" }
288
- cranelift-object = { path = " cranelift/object" , version = " 0.125 .0" }
289
- cranelift-jit = { path = " cranelift/jit" , version = " 0.125 .0" }
288
+ cranelift-object = { path = " cranelift/object" , version = " 0.126 .0" }
289
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.126 .0" }
290
290
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
291
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.125 .0" }
292
- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.125 .0" }
293
- cranelift-control = { path = " cranelift/control" , version = " 0.125 .0" }
294
- cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.125 .0" }
295
- cranelift = { path = " cranelift/umbrella" , version = " 0.125 .0" }
291
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.126 .0" }
292
+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.126 .0" }
293
+ cranelift-control = { path = " cranelift/control" , version = " 0.126 .0" }
294
+ cranelift-srcgen = { path = " cranelift/srcgen" , version = " 0.126 .0" }
295
+ cranelift = { path = " cranelift/umbrella" , version = " 0.126 .0" }
296
296
297
297
# Winch crates in this workspace.
298
- winch-codegen = { path = " winch/codegen" , version = " =38 .0.0" }
298
+ winch-codegen = { path = " winch/codegen" , version = " =39 .0.0" }
299
299
300
300
# Internal crates not published to crates.io used in testing, builds, etc
301
301
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
0 commit comments