From c649516c0e0930b2b9b0d259c39865626b06f1b6 Mon Sep 17 00:00:00 2001 From: tottoto Date: Thu, 3 Jul 2025 22:55:28 +0900 Subject: [PATCH] chore(grpc): Apply workspace lint config to grpc crate --- grpc/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/grpc/Cargo.toml b/grpc/Cargo.toml index 2a0a99531..b50a8577a 100644 --- a/grpc/Cargo.toml +++ b/grpc/Cargo.toml @@ -38,6 +38,9 @@ prost = "0.14" default = ["dns"] dns = ["dep:hickory-resolver"] +[lints] +workspace = true + [package.metadata.cargo_check_external_types] allowed_external_types = [ "tonic::*",