aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:52 +0000
commite6f023a38be20de751229da64981841289cf0f26 (patch)
tree4e49763696bd9ab2bf5939798fb05cd176700a02 /azalea-protocol
parentbdeafa2c295491d71467339b717f6f94bea3a8c0 (diff)
downloadazalea-drasl-e6f023a38be20de751229da64981841289cf0f26.tar.xz
(cargo-release) version 0.2.0
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 28bb0c6c..3e3c54b1 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.1.0"
async-compression = {version = "^0.3.8", features = ["tokio", "zlib"], optional = true}
async-recursion = "1.0.0"
azalea-auth = {path = "../azalea-auth", version = "^0.2.0" }
-azalea-block = {path = "../azalea-block", default-features = false, version = "^0.1.0"}
+azalea-block = {path = "../azalea-block", default-features = false, version = "^0.2.0" }
azalea-brigadier = {path = "../azalea-brigadier", version = "^0.1.0"}
azalea-buf = {path = "../azalea-buf", version = "^0.2.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.1.1"}