aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:27 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:27 +0000
commita6a08395219850beea76e665d2ef9f6590827f3c (patch)
treee654218e3e3fc4de3aea75109e0f55f6f4760acb /azalea-protocol
parentebffd5d77ed36f80e5d01aa8b5694e5e1d06d80d (diff)
downloadazalea-drasl-a6a08395219850beea76e665d2ef9f6590827f3c.tar.xz
(cargo-release) version 0.5.0
Diffstat (limited to 'azalea-protocol')
-rwxr-xr-xazalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index bd996cb2..13234764 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -20,7 +20,7 @@ azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" }
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"}
-azalea-registry = {path = "../azalea-registry", version = "^0.4.0"}
+azalea-registry = {path = "../azalea-registry", version = "^0.5.0" }
azalea-world = {path = "../azalea-world", version = "^0.4.0"}
byteorder = "^1.4.3"
bytes = "^1.1.0"