From 0f3560a71127cf0013df563ef9e8a9e9de7f282e Mon Sep 17 00:00:00 2001 From: BiagioFesta <15035284+BiagioFesta@users.noreply.github.com> Date: Fri, 29 Dec 2023 15:07:06 +0100 Subject: [PATCH] fixup! ci: add benchmarks --- wtransport/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wtransport/Cargo.toml b/wtransport/Cargo.toml index 7d4c3786..c631de97 100644 --- a/wtransport/Cargo.toml +++ b/wtransport/Cargo.toml @@ -12,6 +12,9 @@ readme = "../README.md" workspace = ".." rust-version = "1.70" +[lib] +bench = false + [[example]] name = "client" required-features = ["dangerous-configuration"]