Skip to content

Commit 31dd76d

Browse files
committed
chore: merge wit-bindgen 0.32
2 parents 84ec6ad + dea39d0 commit 31dd76d

File tree

8 files changed

+55
-130
lines changed

8 files changed

+55
-130
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ authors = ["Roman Volosatovs <[email protected]>"]
1515
categories = ["wasm"]
1616
edition = "2021"
1717
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"
1919
repository = "https://github.com/bytecodealliance/wrpc"
2020

2121
[workspace]
@@ -129,14 +129,14 @@ wasm-tokio = { version = "0.6", default-features = false }
129129
wasmparser = { version = "0.217", default-features = false }
130130
wasmtime = { version = "25", default-features = false }
131131
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 }
134134
wit-bindgen-wrpc = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen" }
135135
wit-bindgen-wrpc-go = { version = "0.9", default-features = false, path = "./crates/wit-bindgen-go" }
136136
wit-bindgen-wrpc-rust = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust" }
137137
wit-bindgen-wrpc-rust-macro = { version = "0.6.5", default-features = false, path = "./crates/wit-bindgen-rust-macro" }
138138
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 }
140140
wrpc-cli = { version = "0.3", path = "./crates/cli", default-features = false }
141141
wrpc-introspect = { version = "0.3", default-features = false, path = "./crates/introspect" }
142142
wrpc-runtime-wasmtime = { version = "0.22", path = "./crates/runtime-wasmtime", default-features = false }

crates/wit-bindgen-rust/src/interface.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2179,9 +2179,11 @@ mod {mod_name} {{
21792179
derives.extend(
21802180
[
21812181
":: core :: clone :: Clone",
2182-
":: core :: marker :: Copy",
2183-
":: core :: cmp :: PartialEq",
21842182
":: core :: cmp :: Eq",
2183+
":: core :: cmp :: Ord",
2184+
":: core :: cmp :: PartialEq",
2185+
":: core :: cmp :: PartialOrd",
2186+
":: core :: marker :: Copy",
21852187
]
21862188
.into_iter()
21872189
.map(std::string::ToString::to_string),

0 commit comments

Comments
 (0)