diff options
| author | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:28 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-12-09 15:34:28 +0000 |
| commit | 44844114895afd1c4a55700676003b63993a18b1 (patch) | |
| tree | a9bf9c29aeb2c0e590115d08de81207cb7d1c17c | |
| parent | b0de28d9bdfcee007c98da49c54d22fcd8588413 (diff) | |
| download | azalea-drasl-44844114895afd1c4a55700676003b63993a18b1.tar.xz | |
(cargo-release) version 0.5.0
| -rw-r--r-- | Cargo.lock | 2 | ||||
| -rwxr-xr-x | azalea-brigadier/Cargo.toml | 2 | ||||
| -rwxr-xr-x | azalea-protocol/Cargo.toml | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -170,7 +170,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.4.0" +version = "0.5.0" dependencies = [ "azalea-buf", "azalea-chat", diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index d93dea7f..e4540672 100755 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/mat-1/azalea/tree/main/azalea-brigadier" -version = "0.4.0" +version = "0.5.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index b18cd390..11341b2f 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -13,7 +13,7 @@ async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional async-recursion = "1.0.0" azalea-auth = {path = "../azalea-auth", version = "^0.5.0" } azalea-block = {path = "../azalea-block", default-features = false, version = "^0.5.0" } -azalea-brigadier = {path = "../azalea-brigadier", version = "^0.4.0", features = ["azalea-buf"]} +azalea-brigadier = {path = "../azalea-brigadier", version = "^0.5.0", features = ["azalea-buf"]} azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.5.0" } azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" } |
