From e4be54d0dbdec799ddab698f2941fc031b511fd1 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Sat, 4 Feb 2023 15:19:43 +0000 Subject: [PATCH] fix: prevent publishing the benchmark crate --- bench/binary_size/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/bench/binary_size/Cargo.toml b/bench/binary_size/Cargo.toml index f1bbc39d6..acff502f6 100644 --- a/bench/binary_size/Cargo.toml +++ b/bench/binary_size/Cargo.toml @@ -3,6 +3,7 @@ name = "binary_size" version = "0.1.0" authors = ["Kevin Stenerson "] edition = "2018" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html