From 7cf981ea9ac6f2f756d4db9e7653c06084d3d312 Mon Sep 17 00:00:00 2001 From: Auto Release Process Date: Tue, 7 Jul 2026 19:17:23 +0000 Subject: [PATCH] Release wit-bindgen 0.59.0 [automatically-tag-and-release-this-commit] --- Cargo.lock | 24 +++++++++--------- Cargo.toml | 22 ++++++++-------- crates/cpp/Cargo.toml | 2 +- crates/guest-rust/Cargo.toml | 2 +- .../guest-rust/src/rt/libwit_bindgen_cabi.a | Bin 858 -> 858 bytes .../src/rt/wit_bindgen_cabi_realloc.c | 4 +-- .../src/rt/wit_bindgen_cabi_realloc.o | Bin 251 -> 251 bytes .../src/rt/wit_bindgen_cabi_realloc.rs | 2 +- 8 files changed, 28 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63a642d15..cf8b08e6f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1361,7 +1361,7 @@ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1" [[package]] name = "wit-bindgen" -version = "0.58.0" +version = "0.59.0" dependencies = [ "bitflags", "futures", @@ -1372,7 +1372,7 @@ dependencies = [ [[package]] name = "wit-bindgen-c" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1386,7 +1386,7 @@ dependencies = [ [[package]] name = "wit-bindgen-cli" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1406,7 +1406,7 @@ dependencies = [ [[package]] name = "wit-bindgen-core" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1417,7 +1417,7 @@ dependencies = [ [[package]] name = "wit-bindgen-cpp" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1434,7 +1434,7 @@ dependencies = [ [[package]] name = "wit-bindgen-csharp" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1449,7 +1449,7 @@ dependencies = [ [[package]] name = "wit-bindgen-go" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "wit-bindgen-markdown" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1473,7 +1473,7 @@ dependencies = [ [[package]] name = "wit-bindgen-moonbit" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", @@ -1483,7 +1483,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "bytes", @@ -1504,7 +1504,7 @@ dependencies = [ [[package]] name = "wit-bindgen-rust-macro" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "macro-string", @@ -1518,7 +1518,7 @@ dependencies = [ [[package]] name = "wit-bindgen-test" -version = "0.58.0" +version = "0.59.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5bf23e8ae..2438d6f46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ resolver = "2" [workspace.package] edition = "2024" -version = "0.58.0" +version = "0.59.0" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/wit-bindgen" rust-version = "1.88.0" @@ -55,16 +55,16 @@ wit-parser = "0.252.0" wit-component = "0.252.0" wasm-compose = "0.252.0" -wit-bindgen-core = { path = 'crates/core', version = '0.58.0' } -wit-bindgen-c = { path = 'crates/c', version = '0.58.0' } -wit-bindgen-cpp = { path = 'crates/cpp', version = '0.58.0' } -wit-bindgen-rust = { path = "crates/rust", version = "0.58.0" } -wit-bindgen-csharp = { path = 'crates/csharp', version = '0.58.0' } -wit-bindgen-markdown = { path = 'crates/markdown', version = '0.58.0' } -wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.58.0' } -wit-bindgen-go = { path = 'crates/go', version = '0.58.0' } -wit-bindgen = { path = 'crates/guest-rust', version = '0.58.0', default-features = false } -wit-bindgen-test = { path = 'crates/test', version = '0.58.0' } +wit-bindgen-core = { path = 'crates/core', version = '0.59.0' } +wit-bindgen-c = { path = 'crates/c', version = '0.59.0' } +wit-bindgen-cpp = { path = 'crates/cpp', version = '0.59.0' } +wit-bindgen-rust = { path = "crates/rust", version = "0.59.0" } +wit-bindgen-csharp = { path = 'crates/csharp', version = '0.59.0' } +wit-bindgen-markdown = { path = 'crates/markdown', version = '0.59.0' } +wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.59.0' } +wit-bindgen-go = { path = 'crates/go', version = '0.59.0' } +wit-bindgen = { path = 'crates/guest-rust', version = '0.59.0', default-features = false } +wit-bindgen-test = { path = 'crates/test', version = '0.59.0' } [workspace.lints.clippy] # The default set of lints in Clippy is viewed as "too noisy" right now so diff --git a/crates/cpp/Cargo.toml b/crates/cpp/Cargo.toml index f03cfe57a..e7a8e098a 100644 --- a/crates/cpp/Cargo.toml +++ b/crates/cpp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "wit-bindgen-cpp" authors = ["Christof Petig "] -version = "0.58.0" +version = "0.59.0" edition.workspace = true rust-version.workspace = true repository = 'https://github.com/cpetig/wit-bindgen' diff --git a/crates/guest-rust/Cargo.toml b/crates/guest-rust/Cargo.toml index efccac493..ef0ec9220 100644 --- a/crates/guest-rust/Cargo.toml +++ b/crates/guest-rust/Cargo.toml @@ -25,7 +25,7 @@ workspace = true all-features = true [dependencies] -wit-bindgen-rust-macro = { path = "./macro", optional = true, default-features = false, version = "0.58.0" } +wit-bindgen-rust-macro = { path = "./macro", optional = true, default-features = false, version = "0.59.0" } bitflags = { workspace = true, optional = true } futures = { version = "0.3.30", optional = true, default-features = false, features = ["alloc"] } diff --git a/crates/guest-rust/src/rt/libwit_bindgen_cabi.a b/crates/guest-rust/src/rt/libwit_bindgen_cabi.a index 1864d5525a1edb6c049ec589f356157dcdad76fc..6a023dd49bc01e212bc922e5e49d70dbc43dace4 100644 GIT binary patch delta 14 Vcmcb`c8hI84kM%G=3K_Ni~uR*1t$Oi delta 14 Vcmcb`c8hI84kM$*=3K_Ni~uR#1ttIh diff --git a/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.c b/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.c index e958945c8..5dd719ed3 100644 --- a/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.c +++ b/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.c @@ -2,9 +2,9 @@ #include -extern void *cabi_realloc_wit_bindgen_0_58_0(void *ptr, size_t old_size, size_t align, size_t new_size); +extern void *cabi_realloc_wit_bindgen_0_59_0(void *ptr, size_t old_size, size_t align, size_t new_size); __attribute__((__weak__, __export_name__("cabi_realloc"))) void *cabi_realloc(void *ptr, size_t old_size, size_t align, size_t new_size) { - return cabi_realloc_wit_bindgen_0_58_0(ptr, old_size, align, new_size); + return cabi_realloc_wit_bindgen_0_59_0(ptr, old_size, align, new_size); } diff --git a/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.o b/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.o index cd87964d408840d4d451e33bd53ec338f00e6ac1..8c230259420896a77676376c10725b73c92e0f27 100644 GIT binary patch delta 11 Scmey(_?vNpAEV_&|1|&|V+5T5 delta 11 Scmey(_?vNpAEU)Y|1|&|Uj&>0 diff --git a/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.rs b/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.rs index 65431605b..1c0a8894d 100644 --- a/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.rs +++ b/crates/guest-rust/src/rt/wit_bindgen_cabi_realloc.rs @@ -1,7 +1,7 @@ // This file is generated by ./ci/rebuild-libwit-bindgen-cabi.sh #[unsafe(no_mangle)] -pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_58_0( +pub unsafe extern "C" fn cabi_realloc_wit_bindgen_0_59_0( old_ptr: *mut u8, old_len: usize, align: usize,