From 2b5d972ae964e7f0055dc4fc8e80cf7978190128 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Mon, 17 Oct 2022 16:27:42 +0000 Subject: disable release on more things --- azalea-client/Cargo.toml | 1 + azalea/Cargo.toml | 1 + bot/Cargo.toml | 1 + 3 files changed, 3 insertions(+) diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index ba93aa25..79696d08 100755 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -5,6 +5,7 @@ license = "MIT" name = "azalea-client" version = "0.1.0" publish = false +release = 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..e6cda5fc 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -5,6 +5,7 @@ license = "MIT" name = "azalea" version = "0.1.0" publish = false +release = 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 af715adc..58505e17 100755 --- a/bot/Cargo.toml +++ b/bot/Cargo.toml @@ -3,6 +3,7 @@ edition = "2021" name = "bot" version = "0.1.0" publish = false +release = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -- cgit v1.2.3