aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2024-12-20 19:22:29 -0600
committermat <git@matdoes.dev>2024-12-20 19:22:29 -0600
commitad30950f85ce5516b3706513684f1b0d98c467db (patch)
tree34c63d2ce1f1465be53616018ec45a48e5d44c84 /azalea-protocol
parent7098375ecfe21574c2b6ffceef06542f7c4114a4 (diff)
downloadazalea-drasl-ad30950f85ce5516b3706513684f1b0d98c467db.tar.xz
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml24
1 files changed, 12 insertions, 12 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 52c2b696..414b8b4c 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -13,25 +13,25 @@ tracing-subscriber = { workspace = true }
[dependencies]
async-recursion = { workspace = true }
-azalea-auth = { path = "../azalea-auth", version = "0.11.0+mc1.21.4" }
-azalea-block = { path = "../azalea-block", version = "0.11.0+mc1.21.4", default-features = false }
-azalea-brigadier = { path = "../azalea-brigadier", version = "0.10.0", features = [
+azalea-auth = { path = "../azalea-auth", version = "0.11.0" }
+azalea-block = { path = "../azalea-block", version = "0.11.0", default-features = false }
+azalea-brigadier = { path = "../azalea-brigadier", version = "0.11.0", features = [
"azalea-buf",
] }
-azalea-buf = { path = "../azalea-buf", version = "0.11.0+mc1.21.4" }
-azalea-chat = { path = "../azalea-chat", version = "0.10.0", features = [
+azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.11.0", features = [
"numbers",
"azalea-buf",
] }
-azalea-core = { path = "../azalea-core", version = "0.10.0", optional = true, features = [
+azalea-core = { path = "../azalea-core", version = "0.11.0", optional = true, features = [
"serde",
] }
-azalea-crypto = { path = "../azalea-crypto", version = "0.11.0+mc1.21.4" }
-azalea-entity = { path = "../azalea-entity", version = "0.11.0+mc1.21.4" }
-azalea-inventory = { path = "../azalea-inventory", version = "0.11.0+mc1.21.4" }
-azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.11.0+mc1.21.4" }
-azalea-registry = { path = "../azalea-registry", version = "0.11.0+mc1.21.4" }
-azalea-world = { path = "../azalea-world", version = "0.11.0+mc1.21.4" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.11.0" }
+azalea-entity = { path = "../azalea-entity", version = "0.11.0" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.11.0" }
+azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.11.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.11.0" }
+azalea-world = { path = "../azalea-world", version = "0.11.0" }
bevy_ecs = { workspace = true }
#byteorder = { workspace = true }
bytes = { workspace = true }