diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-05-19 21:23:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-19 21:23:49 +0200 |
commit | c94c2c0911107d206006cb940ab761b4e0c231aa (patch) | |
tree | 941299f5498dc8fe988a48154ac52646ac9a5f9b | |
parent | 1f0a84530ab7e9129382d34a7d8c8f7e74e0d5ef (diff) |
chore: publish deno_bench_util crate (#10709)
-rw-r--r-- | bench_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index 80886d818..267eb91db 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 |