From 10074e7fcdf3ba388bd46d748e3c09ec2ec621e5 Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 25 Jan 2025 16:53:27 +0900 Subject: [PATCH] feat(tonic): Exclude benches-disabled to remove Apache-2.0 resource --- tonic/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tonic/Cargo.toml b/tonic/Cargo.toml index 76b28ad0c..a43e6c118 100644 --- a/tonic/Cargo.toml +++ b/tonic/Cargo.toml @@ -21,6 +21,7 @@ readme = "../README.md" repository = "https://github.com/hyperium/tonic" version = "0.13.0" rust-version = {workspace = true} +exclude = ["benches-disabled"] [features] codegen = ["dep:async-trait"]