From 41b270cff026414277aaaf49b91ce6c9faabc6f1 Mon Sep 17 00:00:00 2001 From: Dan D Date: Thu, 22 Jan 2026 22:48:10 -0500 Subject: [PATCH] Remove Rust plugins from buf code generation --- buf.gen.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/buf.gen.yaml b/buf.gen.yaml index 1306002..daec499 100644 --- a/buf.gen.yaml +++ b/buf.gen.yaml @@ -3,8 +3,3 @@ plugins: - remote: buf.build/bufbuild/es:v2.1.0 out: packages/ts/lib opt: target=ts - - remote: buf.build/community/neoeinstein-prost:v0.4.0 - out: packages/rust/src/generated - - remote: buf.build/community/neoeinstein-prost-crate:v0.4.1 - out: packages/rust/src/generated - opt: no_features