From 8c01957458d5daea322431415786167b76934eaa Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 14:38:46 +0000 Subject: [PATCH] disable bot release --- azalea-client/Cargo.toml | 1 - azalea/Cargo.toml | 1 - bot/Cargo.toml | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index ba93aa25..3cb5e798 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,7 +4,6 @@ edition = "2021" license = "MIT" name = "azalea-client" version = "0.1.0" -publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index eca46e16..1ca35f82 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,6 @@ edition = "2021" license = "MIT" name = "azalea" version = "0.1.0" -publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/bot/Cargo.toml b/bot/Cargo.toml index 53f8637b..af715adc 100755 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -2,6 +2,7 @@ edition = "2021" name = "bot" version = "0.1.0" +publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html