diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 14:38:46 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 14:38:58 +0000 |
| commit | 8c01957458d5daea322431415786167b76934eaa (patch) | |
| tree | 4bf7802ffbfcac44656bd3307be5e98ca2c86893 | |
| parent | 3f7fb41255bd7895f98373a0711a9a342e304b00 (diff) | |
| download | azalea-drasl-8c01957458d5daea322431415786167b76934eaa.tar.xz | |
disable bot release
| -rwxr-xr-x | azalea-client/Cargo.toml | 1 | ||||
| -rw-r--r-- | azalea/Cargo.toml | 1 | ||||
| -rwxr-xr-x | bot/Cargo.toml | 1 |
3 files changed, 1 insertions, 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 |
