aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2023-02-09 21:02:34 -0600
committermat <github@matdoes.dev>2023-02-09 21:02:34 -0600
commit2c7518be33577b767c62c82143f8cc0d9c4275ca (patch)
tree47b93f868744347e5d33b5628d6248e12fb5c387 /azalea-client
parent7341a06dbf8adb954fdf6b56539aa576aec0b8f8 (diff)
downloadazalea-drasl-2c7518be33577b767c62c82143f8cc0d9c4275ca.tar.xz
release ecs crates
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 8a807212..6bfc4947 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -16,7 +16,7 @@ azalea-block = {path = "../azalea-block", version = "0.5.0"}
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-ecs = {path = "../azalea-ecs", version = "0.5.0"}
+azalea-ecs = {path = "../azalea-ecs", version = "0.6.0"}
azalea-physics = {path = "../azalea-physics", version = "0.5.0"}
azalea-protocol = {path = "../azalea-protocol", version = "0.5.0"}
azalea-registry = {path = "../azalea-registry", version = "0.5.0"}