@@ -160,7 +160,7 @@ exclude = [
160
160
]
161
161
162
162
[workspace .package ]
163
- version = " 26.0.0 "
163
+ version = " 26.0.1 "
164
164
authors = [" The Wasmtime Project Developers" ]
165
165
edition = " 2021"
166
166
# Wasmtime's current policy is that this number can be no larger than the
@@ -192,60 +192,60 @@ unnecessary_cast = 'warn'
192
192
193
193
[workspace .dependencies ]
194
194
arbitrary = { version = " 1.3.1" }
195
- wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =26.0.0 " }
196
- wasmtime = { path = " crates/wasmtime" , version = " 26.0.0 " , default-features = false }
197
- wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =26.0.0 " }
198
- wasmtime-cache = { path = " crates/cache" , version = " =26.0.0 " }
199
- wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =26.0.0 " }
200
- wasmtime-cranelift = { path = " crates/cranelift" , version = " =26.0.0 " }
201
- wasmtime-winch = { path = " crates/winch" , version = " =26.0.0 " }
202
- wasmtime-environ = { path = " crates/environ" , version = " =26.0.0 " }
203
- wasmtime-explorer = { path = " crates/explorer" , version = " =26.0.0 " }
204
- wasmtime-fiber = { path = " crates/fiber" , version = " =26.0.0 " }
205
- wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =26.0.0 " }
206
- wasmtime-wast = { path = " crates/wast" , version = " =26.0.0 " }
207
- wasmtime-wasi = { path = " crates/wasi" , version = " 26.0.0 " , default-features = false }
208
- wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =26.0.0 " , default-features = false }
209
- wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 26.0.0 " }
210
- wasmtime-wasi-runtime-config = { path = " crates/wasi-runtime-config" , version = " 26.0.0 " }
211
- wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 26.0.0 " }
212
- wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 26.0.0 " }
213
- wasmtime-component-util = { path = " crates/component-util" , version = " =26.0.0 " }
214
- wasmtime-component-macro = { path = " crates/component-macro" , version = " =26.0.0 " }
215
- wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =26.0.0 " }
216
- wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =26.0.0 " }
217
- wasmtime-slab = { path = " crates/slab" , version = " =26.0.0 " }
195
+ wasmtime-wmemcheck = { path = " crates/wmemcheck" , version = " =26.0.1 " }
196
+ wasmtime = { path = " crates/wasmtime" , version = " 26.0.1 " , default-features = false }
197
+ wasmtime-c-api-macros = { path = " crates/c-api-macros" , version = " =26.0.1 " }
198
+ wasmtime-cache = { path = " crates/cache" , version = " =26.0.1 " }
199
+ wasmtime-cli-flags = { path = " crates/cli-flags" , version = " =26.0.1 " }
200
+ wasmtime-cranelift = { path = " crates/cranelift" , version = " =26.0.1 " }
201
+ wasmtime-winch = { path = " crates/winch" , version = " =26.0.1 " }
202
+ wasmtime-environ = { path = " crates/environ" , version = " =26.0.1 " }
203
+ wasmtime-explorer = { path = " crates/explorer" , version = " =26.0.1 " }
204
+ wasmtime-fiber = { path = " crates/fiber" , version = " =26.0.1 " }
205
+ wasmtime-jit-debug = { path = " crates/jit-debug" , version = " =26.0.1 " }
206
+ wasmtime-wast = { path = " crates/wast" , version = " =26.0.1 " }
207
+ wasmtime-wasi = { path = " crates/wasi" , version = " 26.0.1 " , default-features = false }
208
+ wasmtime-wasi-http = { path = " crates/wasi-http" , version = " =26.0.1 " , default-features = false }
209
+ wasmtime-wasi-nn = { path = " crates/wasi-nn" , version = " 26.0.1 " }
210
+ wasmtime-wasi-runtime-config = { path = " crates/wasi-runtime-config" , version = " 26.0.1 " }
211
+ wasmtime-wasi-keyvalue = { path = " crates/wasi-keyvalue" , version = " 26.0.1 " }
212
+ wasmtime-wasi-threads = { path = " crates/wasi-threads" , version = " 26.0.1 " }
213
+ wasmtime-component-util = { path = " crates/component-util" , version = " =26.0.1 " }
214
+ wasmtime-component-macro = { path = " crates/component-macro" , version = " =26.0.1 " }
215
+ wasmtime-asm-macros = { path = " crates/asm-macros" , version = " =26.0.1 " }
216
+ wasmtime-versioned-export-macros = { path = " crates/versioned-export-macros" , version = " =26.0.1 " }
217
+ wasmtime-slab = { path = " crates/slab" , version = " =26.0.1 " }
218
218
component-test-util = { path = " crates/misc/component-test-util" }
219
219
component-fuzz-util = { path = " crates/misc/component-fuzz-util" }
220
- wiggle = { path = " crates/wiggle" , version = " =26.0.0 " , default-features = false }
221
- wiggle-macro = { path = " crates/wiggle/macro" , version = " =26.0.0 " }
222
- wiggle-generate = { path = " crates/wiggle/generate" , version = " =26.0.0 " }
223
- wasi-common = { path = " crates/wasi-common" , version = " =26.0.0 " , default-features = false }
220
+ wiggle = { path = " crates/wiggle" , version = " =26.0.1 " , default-features = false }
221
+ wiggle-macro = { path = " crates/wiggle/macro" , version = " =26.0.1 " }
222
+ wiggle-generate = { path = " crates/wiggle/generate" , version = " =26.0.1 " }
223
+ wasi-common = { path = " crates/wasi-common" , version = " =26.0.1 " , default-features = false }
224
224
wasmtime-fuzzing = { path = " crates/fuzzing" }
225
- wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =26.0.0 " }
226
- wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =26.0.0 " }
225
+ wasmtime-jit-icache-coherence = { path = " crates/jit-icache-coherence" , version = " =26.0.1 " }
226
+ wasmtime-wit-bindgen = { path = " crates/wit-bindgen" , version = " =26.0.1 " }
227
227
test-programs-artifacts = { path = ' crates/test-programs/artifacts' }
228
228
229
- pulley-interpreter = { path = ' pulley' , version = " =26.0.0 " }
229
+ pulley-interpreter = { path = ' pulley' , version = " =26.0.1 " }
230
230
pulley-interpreter-fuzz = { path = ' pulley/fuzz' }
231
231
232
- cranelift-codegen = { path = " cranelift/codegen" , version = " 0.113.0 " , default-features = false , features = [" std" , " unwind" ] }
233
- cranelift-frontend = { path = " cranelift/frontend" , version = " 0.113.0 " }
234
- cranelift-entity = { path = " cranelift/entity" , version = " 0.113.0 " }
235
- cranelift-native = { path = " cranelift/native" , version = " 0.113.0 " }
236
- cranelift-module = { path = " cranelift/module" , version = " 0.113.0 " }
237
- cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.113.0 " }
238
- cranelift-reader = { path = " cranelift/reader" , version = " 0.113.0 " }
232
+ cranelift-codegen = { path = " cranelift/codegen" , version = " 0.113.1 " , default-features = false , features = [" std" , " unwind" ] }
233
+ cranelift-frontend = { path = " cranelift/frontend" , version = " 0.113.1 " }
234
+ cranelift-entity = { path = " cranelift/entity" , version = " 0.113.1 " }
235
+ cranelift-native = { path = " cranelift/native" , version = " 0.113.1 " }
236
+ cranelift-module = { path = " cranelift/module" , version = " 0.113.1 " }
237
+ cranelift-interpreter = { path = " cranelift/interpreter" , version = " 0.113.1 " }
238
+ cranelift-reader = { path = " cranelift/reader" , version = " 0.113.1 " }
239
239
cranelift-filetests = { path = " cranelift/filetests" }
240
- cranelift-object = { path = " cranelift/object" , version = " 0.113.0 " }
241
- cranelift-jit = { path = " cranelift/jit" , version = " 0.113.0 " }
240
+ cranelift-object = { path = " cranelift/object" , version = " 0.113.1 " }
241
+ cranelift-jit = { path = " cranelift/jit" , version = " 0.113.1 " }
242
242
cranelift-fuzzgen = { path = " cranelift/fuzzgen" }
243
- cranelift-bforest = { path = " cranelift/bforest" , version = " 0.113.0 " }
244
- cranelift-bitset = { path = " cranelift/bitset" , version = " 0.113.0 " }
245
- cranelift-control = { path = " cranelift/control" , version = " 0.113.0 " }
246
- cranelift = { path = " cranelift/umbrella" , version = " 0.113.0 " }
243
+ cranelift-bforest = { path = " cranelift/bforest" , version = " 0.113.1 " }
244
+ cranelift-bitset = { path = " cranelift/bitset" , version = " 0.113.1 " }
245
+ cranelift-control = { path = " cranelift/control" , version = " 0.113.1 " }
246
+ cranelift = { path = " cranelift/umbrella" , version = " 0.113.1 " }
247
247
248
- winch-codegen = { path = " winch/codegen" , version = " =26.0.0 " }
248
+ winch-codegen = { path = " winch/codegen" , version = " =26.0.1 " }
249
249
250
250
wasi-preview1-component-adapter = { path = " crates/wasi-preview1-component-adapter" }
251
251
byte-array-literals = { path = " crates/wasi-preview1-component-adapter/byte-array-literals" }
0 commit comments