From 517bf1cf033eae9d240be100a6f619901929c64e Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 3 Jul 2023 13:52:20 -0400 Subject: [PATCH] Mark arti-bench with "publish = false" This crate is only useful for development; earlier we published it, but I believe that was in error. --- crates/arti-bench/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 5eb1bdbbe..71ebc9f36 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -11,6 +11,10 @@ keywords = ["tor", "arti"] categories = ["asynchronous"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" +# This crate is only useful for arti development; +# earlier versions of it were published by accident. +publish = false + [dependencies] anyhow = "1.0.23" arti = { path = "../arti", version = "1.1.6" }