aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock2
-rw-r--r--azalea-client/Cargo.toml2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 528a1cf4..9f228c86 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -298,7 +298,7 @@ dependencies = [
[[package]]
name = "azalea-protocol"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"async-compression",
"async-recursion",
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 38a36c9b..a8179a44 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -17,7 +17,7 @@ azalea-chat = {path = "../azalea-chat", version = "0.5.0" }
azalea-core = {path = "../azalea-core", version = "0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" }
azalea-physics = {path = "../azalea-physics", version = "0.5.0" }
-azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"}
+azalea-protocol = {path = "../azalea-protocol", version = "0.5.0" }
azalea-world = {path = "../azalea-world", version = "0.5.0" }
log = "0.4.17"
nohash-hasher = "0.2.0"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 2a159d56..a6db11bf 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-protocol"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol"
-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/Cargo.toml b/azalea/Cargo.toml
index 115ed05a..20b003c1 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -19,7 +19,7 @@ azalea-chat = { version = "0.5.0", path = "../azalea-chat" }
azalea-client = { version = "0.4.0", path = "../azalea-client" }
azalea-core = { version = "0.5.0", path = "../azalea-core" }
azalea-physics = { version = "0.5.0", path = "../azalea-physics" }
-azalea-protocol = { version = "0.4.0", path = "../azalea-protocol" }
+azalea-protocol = { version = "0.5.0", path = "../azalea-protocol" }
azalea-world = { version = "0.5.0", path = "../azalea-world" }
futures = "0.3.25"
log = "0.4.17"