aboutsummaryrefslogtreecommitdiff
path: root/azalea
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
parenta63beff5e395ebf104a62047cefe1c8f6d426f6f (diff)
downloadazalea-drasl-cb204304813f63b8ef6601dce84f8f911b0af154.tar.xz
chore: Release
Diffstat (limited to 'azalea')
-rw-r--r--azalea/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index c79b44f9..1fd25ccd 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -15,13 +15,13 @@ pre-release-replacements = [
anyhow = "^1.0.65"
async-trait = "0.1.58"
azalea-block = { version = "0.6.0", path = "../azalea-block" }
-azalea-chat = { version = "0.6.0", path = "../azalea-chat" }
+azalea-chat = { version = "0.7.0", path = "../azalea-chat" }
azalea-client = { version = "0.6.0", path = "../azalea-client" }
-azalea-core = { version = "0.6.0", path = "../azalea-core" }
-azalea-inventory = { version = "0.6.0", path = "../azalea-inventory" }
+azalea-core = { version = "0.7.0", path = "../azalea-core" }
+azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" }
azalea-physics = { version = "0.6.0", path = "../azalea-physics" }
azalea-protocol = { version = "0.6.0", path = "../azalea-protocol" }
-azalea-registry = { version = "0.6.0", path = "../azalea-registry" }
+azalea-registry = { version = "0.7.0", path = "../azalea-registry" }
azalea-world = { version = "0.6.0", path = "../azalea-world" }
azalea-auth = { version = "0.6.0", path = "../azalea-auth" }
azalea-brigadier = { version = "0.6.0", path = "../azalea-brigadier" }