diff options
Diffstat (limited to 'bench_util')
| -rw-r--r-- | bench_util/Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bench_util/Cargo.toml b/bench_util/Cargo.toml index bcce2c834..e71c49568 100644 --- a/bench_util/Cargo.toml +++ b/bench_util/Cargo.toml @@ -8,10 +8,11 @@ description = "Bench and profiling utilities for deno crates" license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bencher = "0.1" -deno_core = { version = "0.85.0", path = "../core" } +deno_core = { version = "0.86.0", path = "../core" } tokio = { version = "1.4.0", features = ["full"] } |
