aboutsummaryrefslogtreecommitdiff
path: root/azalea-client
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-10-30 14:04:11 -0500
committermat <github@matdoes.dev>2022-10-30 14:04:11 -0500
commit44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08 (patch)
tree84980060bae836e606090c35e635fc92b012fcf8 /azalea-client
parent889f7426961eaa56bd4507aa5bd28cd9b26fd2ed (diff)
downloadazalea-drasl-44ab1ad6ef52f31399fb0deabe71ec5e43cc9a08.tar.xz
chore: Release
Diffstat (limited to 'azalea-client')
-rw-r--r--azalea-client/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 910d1376..93559293 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -3,21 +3,21 @@ description = "A headless Minecraft client."
edition = "2021"
license = "MIT"
name = "azalea-client"
-version = "0.2.2"
+version = "0.3.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-client"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.59"
-azalea-auth = { path = "../azalea-auth", version = "0.2.1" }
-azalea-block = { path = "../azalea-block", version = "0.2.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.2.0" }
-azalea-core = { path = "../azalea-core", version = "0.2.0" }
-azalea-crypto = { path = "../azalea-crypto", version = "0.2.0" }
-azalea-physics = { path = "../azalea-physics", version = "0.2.0" }
-azalea-protocol = { path = "../azalea-protocol", version = "0.2.0" }
-azalea-world = { path = "../azalea-world", version = "0.2.0" }
+azalea-auth = { path = "../azalea-auth", version = "0.3.0" }
+azalea-block = { path = "../azalea-block", version = "0.3.0" }
+azalea-chat = { path = "../azalea-chat", version = "0.3.0" }
+azalea-core = { path = "../azalea-core", version = "0.3.0" }
+azalea-crypto = { path = "../azalea-crypto", version = "0.3.0" }
+azalea-physics = { path = "../azalea-physics", version = "0.3.0" }
+azalea-protocol = { path = "../azalea-protocol", version = "0.3.0" }
+azalea-world = { path = "../azalea-world", version = "0.3.0" }
log = "0.4.17"
parking_lot = "0.12.1"
thiserror = "^1.0.34"