From 02602be2e4aa256066991b9891b6f3f32d82846c Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Fri, 29 Dec 2023 16:24:56 +0900 Subject: [PATCH] =?UTF-8?q?downloader,=20test=5Futil,=20xtask=E3=81=AE`pac?= =?UTF-8?q?kage.version`=E3=82=92=E7=9C=81=E7=95=A5=E3=81=99=E3=82=8B=20(#?= =?UTF-8?q?717)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/downloader/Cargo.toml | 2 -- crates/test_util/Cargo.toml | 2 -- crates/xtask/Cargo.toml | 2 -- 3 files changed, 6 deletions(-) diff --git a/crates/downloader/Cargo.toml b/crates/downloader/Cargo.toml index c0e11a1ba..20d90e087 100644 --- a/crates/downloader/Cargo.toml +++ b/crates/downloader/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "downloader" -version = "0.0.0" edition.workspace = true -publish.workspace = true [[bin]] name = "download" diff --git a/crates/test_util/Cargo.toml b/crates/test_util/Cargo.toml index 0c8f8f41d..6394b321a 100644 --- a/crates/test_util/Cargo.toml +++ b/crates/test_util/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "test_util" -version = "0.0.0" edition.workspace = true -publish.workspace = true [dependencies] async_zip = { workspace = true, features = ["full"] } diff --git a/crates/xtask/Cargo.toml b/crates/xtask/Cargo.toml index fd4ea9a0f..63d14515a 100644 --- a/crates/xtask/Cargo.toml +++ b/crates/xtask/Cargo.toml @@ -1,8 +1,6 @@ [package] name = "xtask" -version = "0.0.0" edition.workspace = true -publish.workspace = true [dependencies] cbindgen.workspace = true