From c94c2c0911107d206006cb940ab761b4e0c231aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 19 May 2021 21:23:49 +0200 Subject: [PATCH] chore: publish deno_bench_util crate (#10709) --- bench_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 80886d8182..267eb91dbb 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -8,7 +8,7 @@ description = "Bench and profiling utilities for deno crates" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" -publish = false +publish = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html