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:
parent
3f7fb41255
commit
8c01957458
3 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue