aboutsummaryrefslogtreecommitdiff
path: root/azalea
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
parent7098375ecfe21574c2b6ffceef06542f7c4114a4 (diff)
downloadazalea-drasl-ad30950f85ce5516b3706513684f1b0d98c467db.tar.xz
Release independent packages
Generated by cargo-workspaces
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 6aea4133..9f493504 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -14,19 +14,19 @@ pre-release-replacements = [
[dependencies]
anyhow = { workspace = true }
#async-trait = { workspace = true }
-azalea-auth = { version = "0.11.0+mc1.21.4", path = "../azalea-auth" }
-azalea-block = { version = "0.11.0+mc1.21.4", path = "../azalea-block" }
-azalea-brigadier = { version = "0.11.0+mc1.21.4", path = "../azalea-brigadier" }
-azalea-buf = { version = "0.11.0+mc1.21.4", path = "../azalea-buf" }
-azalea-chat = { version = "0.11.0+mc1.21.4", path = "../azalea-chat" }
-azalea-client = { version = "0.11.0+mc1.21.4", path = "../azalea-client", default-features = false }
-azalea-core = { version = "0.11.0+mc1.21.4", path = "../azalea-core" }
-azalea-entity = { version = "0.11.0+mc1.21.4", path = "../azalea-entity" }
-azalea-inventory = { version = "0.11.0+mc1.21.4", path = "../azalea-inventory" }
-azalea-physics = { version = "0.11.0+mc1.21.4", path = "../azalea-physics" }
-azalea-protocol = { version = "0.11.0+mc1.21.4", path = "../azalea-protocol" }
-azalea-registry = { version = "0.11.0+mc1.21.4", path = "../azalea-registry" }
-azalea-world = { version = "0.11.0+mc1.21.4", path = "../azalea-world" }
+azalea-auth = { version = "0.11.0", path = "../azalea-auth" }
+azalea-block = { version = "0.11.0", path = "../azalea-block" }
+azalea-brigadier = { version = "0.11.0", path = "../azalea-brigadier" }
+azalea-buf = { version = "0.11.0", path = "../azalea-buf" }
+azalea-chat = { version = "0.11.0", path = "../azalea-chat" }
+azalea-client = { version = "0.11.0", path = "../azalea-client", default-features = false }
+azalea-core = { version = "0.11.0", path = "../azalea-core" }
+azalea-entity = { version = "0.11.0", path = "../azalea-entity" }
+azalea-inventory = { version = "0.11.0", path = "../azalea-inventory" }
+azalea-physics = { version = "0.11.0", path = "../azalea-physics" }
+azalea-protocol = { version = "0.11.0", path = "../azalea-protocol" }
+azalea-registry = { version = "0.11.0", path = "../azalea-registry" }
+azalea-world = { version = "0.11.0", path = "../azalea-world" }
bevy_app = { workspace = true }
bevy_ecs = { workspace = true }
bevy_log = { workspace = true }