|
1 | 1 | [package] |
2 | 2 | description = "WebAssembly component-native RPC framework based on WIT" |
3 | 3 | name = "wrpc" |
4 | | -version = "0.10.0" |
| 4 | +version = "0.10.1" |
5 | 5 |
|
6 | 6 | authors.workspace = true |
7 | 7 | categories.workspace = true |
@@ -130,16 +130,16 @@ wasmtime = { version = "24", default-features = false } |
130 | 130 | wasmtime-wasi = { version = "24", default-features = false } |
131 | 131 | wit-bindgen = { version = "0.30", default-features = false } |
132 | 132 | wit-bindgen-core = { version = "0.30", default-features = false } |
133 | | -wit-bindgen-wrpc = { version = "0.6.4", default-features = false, path = "./crates/wit-bindgen" } |
| 133 | +wit-bindgen-wrpc = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen" } |
134 | 134 | wit-bindgen-wrpc-go = { version = "0.8", default-features = false, path = "./crates/wit-bindgen-go" } |
135 | | -wit-bindgen-wrpc-rust = { version = "0.6.4", default-features = false, path = "./crates/wit-bindgen-rust" } |
136 | | -wit-bindgen-wrpc-rust-macro = { version = "0.6.4", default-features = false, path = "./crates/wit-bindgen-rust-macro" } |
| 135 | +wit-bindgen-wrpc-rust = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust" } |
| 136 | +wit-bindgen-wrpc-rust-macro = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust-macro" } |
137 | 137 | wit-component = { version = "0.215", default-features = false } |
138 | 138 | wit-parser = { version = "0.215", default-features = false } |
139 | 139 | wrpc-cli = { version = "0.3", path = "./crates/cli", default-features = false } |
140 | 140 | wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" } |
141 | | -wrpc-runtime-wasmtime = { version = "0.21", path = "./crates/runtime-wasmtime", default-features = false } |
142 | | -wrpc-transport = { version = "0.26.7", path = "./crates/transport", default-features = false } |
143 | | -wrpc-transport-nats = { version = "0.23", path = "./crates/transport-nats", default-features = false } |
144 | | -wrpc-transport-quic = { version = "0.1.1", path = "./crates/transport-quic", default-features = false } |
145 | | -wrpc-wasmtime-nats-cli = { version = "0.7", path = "./crates/wasmtime-nats-cli", default-features = false } |
| 141 | +wrpc-runtime-wasmtime = { version = "0.21.1", path = "./crates/runtime-wasmtime", default-features = false } |
| 142 | +wrpc-transport = { version = "0.26.8", path = "./crates/transport", default-features = false } |
| 143 | +wrpc-transport-nats = { version = "0.23.1", path = "./crates/transport-nats", default-features = false } |
| 144 | +wrpc-transport-quic = { version = "0.1.2", path = "./crates/transport-quic", default-features = false } |
| 145 | +wrpc-wasmtime-nats-cli = { version = "0.7.1", path = "./crates/wasmtime-nats-cli", default-features = false } |
0 commit comments