File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 - uses : actions/checkout@v4
4848 - name : Install Rust
4949 run : rustup update stable && rustup default stable
50- - run : cargo install wit-bindgen-cli@0.16.0
50+ - run : cargo install wit-bindgen-cli@0.19.1
5151 - run : ./ci/regenerate.sh
5252 - run : git diff --exit-code
Original file line number Diff line number Diff line change 11[package ]
22name = " wasi"
3- version = " 0.12.0 +wasi-0.2.0"
3+ version = " 0.12.1 +wasi-0.2.0"
44authors = [" The Cranelift Project Developers" ]
55license = " Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
66description = " WASI API bindings for Rust"
@@ -12,7 +12,7 @@ readme = "README.md"
1212documentation = " https://docs.rs/wasi"
1313
1414[dependencies ]
15- wit-bindgen = { version = " 0.16 " , default-features = false , features = [' realloc' ] }
15+ wit-bindgen = { version = " 0.19.1 " , default-features = false , features = [' realloc' ] }
1616
1717# When built as part of libstd
1818compiler_builtins = { version = " 0.1" , optional = true }
You can’t perform that action at this time.
0 commit comments