From 6753f84f43646be87cf9414d2f1e6b3d64f015dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Wed, 9 Oct 2024 17:12:14 +0200 Subject: [PATCH] fixup! Create an xtask for the release handling --- Cargo.lock | 1 - xtask/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 617e52a2f83..f562bfe965a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7065,7 +7065,6 @@ checksum = "4916a4a3cad759e499a3620523bf9545cc162d7a06163727dde97ce9aaa4cf39" name = "xtask" version = "0.1.0" dependencies = [ - "anyhow", "camino", "clap", "fs_extra", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 0c831d737f1..d6c00f0e071 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -10,7 +10,6 @@ name = "xtask" test = false [dependencies] -anyhow = "1" camino = "1.0.8" clap = { version = "4.0.18", features = ["derive"] } serde = { workspace = true, features = ["derive"] }