diff options
| author | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:51 +0000 |
|---|---|---|
| committer | Ubuntu <github@matdoes.dev> | 2022-10-17 16:28:51 +0000 |
| commit | 4585504323e2b9a6edda7959cc3649672251754a (patch) | |
| tree | c89e56e440189d1e66a0325adb0f7de9b759fd0c /azalea-protocol | |
| parent | 430501f6e1375539ba0271190ff09ff3b959bad0 (diff) | |
| download | azalea-drasl-4585504323e2b9a6edda7959cc3649672251754a.tar.xz | |
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea-protocol')
| -rw-r--r-- | azalea-protocol/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 897ee48c..28bb0c6c 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -10,7 +10,7 @@ version = "0.1.0" [dependencies] async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true} async-recursion = "1.0.0" -azalea-auth = {path = "../azalea-auth", version = "^0.1.0"} +azalea-auth = {path = "../azalea-auth", version = "^0.2.0" } azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"} azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"} azalea-buf = {path = "../azalea-buf", version = "^0.2.0" } |
