From d194edc49f92cec05d10cd0da572d8711abff030 Mon Sep 17 00:00:00 2001 From: Piotr Osiewicz <24362066+osiewicz@users.noreply.github.com> Date: Wed, 21 Jun 2023 18:51:06 +0200 Subject: [PATCH] xtask: publish = false --- crates/xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index 818070c8ab..2f4ba75ca7 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -2,7 +2,7 @@ name = "xtask" version = "0.1.0" edition = "2021" - +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]