@@ -165,7 +165,7 @@ exclude = [
165
165
]
166
166
167
167
[workspace .package ]
168
- version = " 30 .0.0"
168
+ version = " 31 .0.0"
169
169
authors = [" The Wasmtime Project Developers" ]
170
170
edition = " 2021"
171
171
# Wasmtime's current policy is that this number can be no larger than the
@@ -221,62 +221,62 @@ allow_attributes_without_reason = 'warn'
221
221
222
222
[workspace .dependencies ]
223
223
arbitrary = { version = " 1.4.0" }
224
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =30 .0.0" }
225
- wasmtime = { path = " crates/wasmtime" , version = " 30 .0.0" , default-features = false }
226
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =30 .0.0" }
227
- wasmtime-cache = { path = " crates/cache" , version = " =30 .0.0" }
228
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =30 .0.0" }
229
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =30 .0.0" }
230
- wasmtime-winch = { path = " crates/winch" , version = " =30 .0.0" }
231
- wasmtime-environ = { path = " crates/environ" , version = " =30 .0.0" }
232
- wasmtime-explorer = { path = " crates/explorer" , version = " =30 .0.0" }
233
- wasmtime-fiber = { path = " crates/fiber" , version = " =30 .0.0" }
234
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =30 .0.0" }
235
- wasmtime-wast = { path = " crates/wast" , version = " =30 .0.0" }
236
- wasmtime-wasi = { path = " crates/wasi" , version = " 30 .0.0" , default-features = false }
237
- wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 30 .0.0" , default-features = false }
238
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 30 .0.0" , default-features = false }
239
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 30 .0.0" }
240
- wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 30 .0.0" }
241
- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 30 .0.0" }
242
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 30 .0.0" }
243
- wasmtime-component-util = { path = " crates/component-util" , version = " =30 .0.0" }
244
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =30 .0.0" }
245
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =30 .0.0" }
246
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =30 .0.0" }
247
- wasmtime-slab = { path = " crates/slab" , version = " =30 .0.0" }
224
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =31 .0.0" }
225
+ wasmtime = { path = " crates/wasmtime" , version = " 31 .0.0" , default-features = false }
226
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =31 .0.0" }
227
+ wasmtime-cache = { path = " crates/cache" , version = " =31 .0.0" }
228
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =31 .0.0" }
229
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =31 .0.0" }
230
+ wasmtime-winch = { path = " crates/winch" , version = " =31 .0.0" }
231
+ wasmtime-environ = { path = " crates/environ" , version = " =31 .0.0" }
232
+ wasmtime-explorer = { path = " crates/explorer" , version = " =31 .0.0" }
233
+ wasmtime-fiber = { path = " crates/fiber" , version = " =31 .0.0" }
234
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =31 .0.0" }
235
+ wasmtime-wast = { path = " crates/wast" , version = " =31 .0.0" }
236
+ wasmtime-wasi = { path = " crates/wasi" , version = " 31 .0.0" , default-features = false }
237
+ wasmtime-wasi-io = { path = " crates/wasi-io" , version = " 31 .0.0" , default-features = false }
238
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " 31 .0.0" , default-features = false }
239
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 31 .0.0" }
240
+ wasmtime-wasi-config = { path = " crates/wasi-config" , version = " 31 .0.0" }
241
+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 31 .0.0" }
242
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 31 .0.0" }
243
+ wasmtime-component-util = { path = " crates/component-util" , version = " =31 .0.0" }
244
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =31 .0.0" }
245
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =31 .0.0" }
246
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =31 .0.0" }
247
+ wasmtime-slab = { path = " crates/slab" , version = " =31 .0.0" }
248
248
component-test-util = { path = " crates/misc/component-test-util" }
249
249
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
250
- wiggle = { path = " crates/wiggle" , version = " =30 .0.0" , default-features = false }
251
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =30 .0.0" }
252
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =30 .0.0" }
253
- wasi-common = { path = " crates/wasi-common" , version = " =30 .0.0" , default-features = false }
250
+ wiggle = { path = " crates/wiggle" , version = " =31 .0.0" , default-features = false }
251
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =31 .0.0" }
252
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =31 .0.0" }
253
+ wasi-common = { path = " crates/wasi-common" , version = " =31 .0.0" , default-features = false }
254
254
wasmtime-fuzzing = { path = " crates/fuzzing" }
255
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =30 .0.0" }
256
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =30 .0.0" }
257
- wasmtime-math = { path = " crates/math" , version = " =30 .0.0" }
255
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =31 .0.0" }
256
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =31 .0.0" }
257
+ wasmtime-math = { path = " crates/math" , version = " =31 .0.0" }
258
258
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
259
259
260
- pulley-interpreter = { path = ' pulley' , version = " =30 .0.0" }
260
+ pulley-interpreter = { path = ' pulley' , version = " =31 .0.0" }
261
261
pulley-interpreter-fuzz = { path = ' pulley/fuzz' }
262
262
263
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.117 .0" , default-features = false , features = [" std" , " unwind" ] }
264
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.117 .0" }
265
- cranelift-entity = { path = " cranelift/entity" , version = " 0.117 .0" }
266
- cranelift-native = { path = " cranelift/native" , version = " 0.117 .0" }
267
- cranelift-module = { path = " cranelift/module" , version = " 0.117 .0" }
268
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.117 .0" }
269
- cranelift-reader = { path = " cranelift/reader" , version = " 0.117 .0" }
263
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.118 .0" , default-features = false , features = [" std" , " unwind" ] }
264
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.118 .0" }
265
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.118 .0" }
266
+ cranelift-native = { path = " cranelift/native" , version = " 0.118 .0" }
267
+ cranelift-module = { path = " cranelift/module" , version = " 0.118 .0" }
268
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.118 .0" }
269
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.118 .0" }
270
270
cranelift-filetests = { path = " cranelift/filetests" }
271
- cranelift-object = { path = " cranelift/object" , version = " 0.117 .0" }
272
- cranelift-jit = { path = " cranelift/jit" , version = " 0.117 .0" }
271
+ cranelift-object = { path = " cranelift/object" , version = " 0.118 .0" }
272
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.118 .0" }
273
273
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
274
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.117 .0" }
275
- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.117 .0" }
276
- cranelift-control = { path = " cranelift/control" , version = " 0.117 .0" }
277
- cranelift = { path = " cranelift/umbrella" , version = " 0.117 .0" }
274
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.118 .0" }
275
+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.118 .0" }
276
+ cranelift-control = { path = " cranelift/control" , version = " 0.118 .0" }
277
+ cranelift = { path = " cranelift/umbrella" , version = " 0.118 .0" }
278
278
279
- winch-codegen = { path = " winch/codegen" , version = " =30 .0.0" }
279
+ winch-codegen = { path = " winch/codegen" , version = " =31 .0.0" }
280
280
281
281
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
282
282
byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments