1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 14:26:04 +00:00

disable bot release

This commit is contained in:
Ubuntu 2022-10-17 14:38:46 +00:00
parent 3f7fb41255
commit 8c01957458
3 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,6 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea-client" name = "azalea-client"
version = "0.1.0" version = "0.1.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,6 @@ edition = "2021"
license = "MIT" license = "MIT"
name = "azalea" name = "azalea"
version = "0.1.0" version = "0.1.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -2,6 +2,7 @@
edition = "2021" edition = "2021"
name = "bot" name = "bot"
version = "0.1.0" version = "0.1.0"
publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html