mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 06:16:04 +00:00
disable release on more things
This commit is contained in:
parent
90e33c7e87
commit
2b5d972ae9
3 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue