Skip to content

Commit 10b7447

Browse files
authored
Update to wit-bindgen 0.21. (#247)
Among other things, this pulls in bytecodealliance/wit-bindgen#878, which fixes a bug I'm hitting when using cargo component with wasi-http.
1 parent dc7cb41 commit 10b7447

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ rpassword = "7.3.1"
9898
futures = "0.3.30"
9999
bytes = "1.5.0"
100100
which = "6.0.0"
101-
wit-bindgen-rust = "0.20.0"
102-
wit-bindgen-core = "0.20.0"
101+
wit-bindgen-rust = "0.21.0"
102+
wit-bindgen-core = "0.21.0"
103103
tempfile = "3.10.1"
104104
assert_cmd = "2.0.14"
105105
predicates = "3.1.0"

0 commit comments

Comments
 (0)