|
15 | 15 | categories = ["wasm"]
|
16 | 16 | edition = "2021"
|
17 | 17 | homepage = "https://github.com/bytecodealliance/wrpc"
|
18 |
| -license = "Apache-2.0 WITH LLVM-exception" |
| 18 | +license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" |
19 | 19 | repository = "https://github.com/bytecodealliance/wrpc"
|
20 | 20 |
|
21 | 21 | [workspace]
|
@@ -129,14 +129,14 @@ wasm-tokio = { version = "0.6", default-features = false }
|
129 | 129 | wasmparser = { version = "0.217", default-features = false }
|
130 | 130 | wasmtime = { version = "25", default-features = false }
|
131 | 131 | wasmtime-wasi = { version = "25", default-features = false }
|
132 |
| -wit-bindgen = { version = "0.30", default-features = false } |
133 |
| -wit-bindgen-core = { version = "0.30", default-features = false } |
| 132 | +wit-bindgen = { version = "0.32", default-features = false } |
| 133 | +wit-bindgen-core = { version = "0.32", default-features = false } |
134 | 134 | wit-bindgen-wrpc = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen" }
|
135 | 135 | wit-bindgen-wrpc-go = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-go" }
|
136 | 136 | wit-bindgen-wrpc-rust = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust" }
|
137 | 137 | wit-bindgen-wrpc-rust-macro = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
|
138 | 138 | wit-component = { version = "0.217", default-features = false }
|
139 |
| -wit-parser = { version = "0.215", default-features = false } |
| 139 | +wit-parser = { version = "0.217", default-features = false } |
140 | 140 | wrpc-cli = { version = "0.3", path = "./crates/cli", default-features = false }
|
141 | 141 | wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
|
142 | 142 | wrpc-runtime-wasmtime = { version = "0.22", path = "./crates/runtime-wasmtime", default-features = false }
|
|
0 commit comments