aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-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 bd76ea3f..0381a518 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -263,7 +263,7 @@ dependencies = [
[[package]]
name = "azalea-protocol"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"async-compression",
"async-recursion",
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 215cd4af..1abccf86 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -17,7 +17,7 @@ azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
azalea-core = { path = "../azalea-core", version = "0.2.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" }
azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17"
parking_lot = "0.12.1"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 45777f16..ab43d18f 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -3,7 +3,7 @@ description = "Send and receive Minecraft packets."
edition = "2021"
license = "MIT"
name = "azalea-protocol"
-version = "0.1.0"
+version = "0.2.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 e6cda5fc..38dd3e5d 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -13,7 +13,7 @@ release = false
anyhow = "^1.0.65"
async-trait = "^0.1.57"
azalea-client = { version = "0.1.0", path = "../azalea-client" }
-azalea-protocol = { version = "0.1.0", path = "../azalea-protocol" }
+azalea-protocol = { version = "0.2.0", path = "../azalea-protocol" }
parking_lot = "^0.12.1"
thiserror = "^1.0.37"
tokio = "^1.21.1"