From c1b400c2f4d0d48051964c429680d8c867420bf9 Mon Sep 17 00:00:00 2001 From: Alexander Neubeck Date: Wed, 9 Apr 2025 09:57:23 +0200 Subject: [PATCH 1/4] Update lib.rs --- crates/twirp-build/src/lib.rs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/crates/twirp-build/src/lib.rs b/crates/twirp-build/src/lib.rs index a64754a..62dd6a9 100644 --- a/crates/twirp-build/src/lib.rs +++ b/crates/twirp-build/src/lib.rs @@ -93,11 +93,7 @@ where // writeln!(buf).unwrap(); writeln!(buf, "#[twirp::async_trait::async_trait]").unwrap(); - writeln!( - buf, - "pub trait {service_name}Client: Send + Sync + std::fmt::Debug {{", - ) - .unwrap(); + writeln!(buf, "pub trait {service_name}Client: Send + Sync {{",).unwrap(); for m in &service.methods { // Define: writeln!( From 67188cd5c155e0a824fec7301694d6e79208bf8f Mon Sep 17 00:00:00 2001 From: Alexander Neubeck Date: Wed, 9 Apr 2025 09:59:56 +0200 Subject: [PATCH 2/4] increase version number --- Cargo.lock | 2 +- crates/twirp-build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 74bf4be..8e2c5fb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "twirp-build" -version = "0.7.0" +version = "0.7.1" dependencies = [ "prost-build", ] diff --git a/crates/twirp-build/Cargo.toml b/crates/twirp-build/Cargo.toml index 9a84091..70eb840 100644 --- a/crates/twirp-build/Cargo.toml +++ b/crates/twirp-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twirp-build" -version = "0.7.0" +version = "0.7.1" edition = "2021" description = "Code generation for async-compatible Twirp RPC interfaces." readme = "README.md" From abef4b2314c8c6d128f3ecdeb80d87b0c63edeb6 Mon Sep 17 00:00:00 2001 From: Alexander Neubeck Date: Wed, 9 Apr 2025 11:19:18 +0200 Subject: [PATCH 3/4] change middle version number --- Cargo.lock | 2 +- crates/twirp-build/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8e2c5fb..2d52e3d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1256,7 +1256,7 @@ dependencies = [ [[package]] name = "twirp-build" -version = "0.7.1" +version = "0.8.0" dependencies = [ "prost-build", ] diff --git a/crates/twirp-build/Cargo.toml b/crates/twirp-build/Cargo.toml index 70eb840..07a853a 100644 --- a/crates/twirp-build/Cargo.toml +++ b/crates/twirp-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twirp-build" -version = "0.7.1" +version = "0.8.0" edition = "2021" description = "Code generation for async-compatible Twirp RPC interfaces." readme = "README.md" From 929ddd23b2ffbd822a10d920b2cd94dc61fb3122 Mon Sep 17 00:00:00 2001 From: Alexander Neubeck Date: Fri, 11 Apr 2025 12:37:25 +0200 Subject: [PATCH 4/4] Update crates/twirp-build/Cargo.toml Co-authored-by: Nathan Stocks --- crates/twirp-build/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/twirp-build/Cargo.toml b/crates/twirp-build/Cargo.toml index 07a853a..9a84091 100644 --- a/crates/twirp-build/Cargo.toml +++ b/crates/twirp-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "twirp-build" -version = "0.8.0" +version = "0.7.0" edition = "2021" description = "Code generation for async-compatible Twirp RPC interfaces." readme = "README.md" pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy