aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-05-16 23:57:06 -0500
committermat <git@matdoes.dev>2023-05-16 23:57:06 -0500
commitcb204304813f63b8ef6601dce84f8f911b0af154 (patch)
tree57bcc63a2d6d5199ae8202f5f67ac684de1ab9d2 /azalea-client
parenta63beff5e395ebf104a62047cefe1c8f6d426f6f (diff)
downloadazalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz
chore: Release
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index fce8a31b..a4fe20eb 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -13,19 +13,19 @@ anyhow = "1.0.59"
async-trait = "0.1.58"
azalea-auth = { path = "../azalea-auth", version = "0.6.0" }
azalea-block = { path = "../azalea-block", version = "0.6.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.6.0" }
-azalea-core = { path = "../azalea-core", version = "0.6.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.7.0" }
+azalea-core = { path = "../azalea-core", version = "0.7.0" }
azalea-crypto = { path = "../azalea-crypto", version = "0.6.0" }
azalea-physics = { path = "../azalea-physics", version = "0.6.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.6.0" }
-azalea-registry = { path = "../azalea-registry", version = "0.6.0" }
+azalea-registry = { path = "../azalea-registry", version = "0.7.0" }
azalea-world = { path = "../azalea-world", version = "0.6.0" }
bevy_app = "0.10.0"
bevy_ecs = "0.10.0"
bevy_log = "0.10.0"
bevy_tasks = "0.10.0"
bevy_time = "0.10.0"
-azalea-inventory = { path = "../azalea-inventory", version = "0.6.0" }
+azalea-inventory = { path = "../azalea-inventory", version = "0.7.0" }
derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] }
futures = "0.3.25"
log = "0.4.17"