aboutsummaryrefslogtreecommitdiff
path: root/azalea
diff options
context:
space:
mode:
authormat <github@matdoes.dev>2022-11-19 15:25:55 -0600
committermat <github@matdoes.dev>2022-11-19 15:25:55 -0600
commit5a8f50950ab6028feb5b6f600528eac35b90253e (patch)
treeed2888d2e12e6db41a53af304b4c9b5cbac00136 /azalea
parent619984fa33aec8b9629770928c51ee81a3d3a63f (diff)
downloadazalea-drasl-5a8f50950ab6028feb5b6f600528eac35b90253e.tar.xz
chore: Release
Diffstat (limited to 'azalea')
-rwxr-xr-xazalea/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index aac249c8..92a689e0 100755
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -4,19 +4,19 @@ edition = "2021"
license = "MIT"
name = "azalea"
repository = "https://github.com/mat-1/azalea/tree/main/azalea"
-version = "0.3.0"
+version = "0.4.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "^1.0.65"
async-trait = "^0.1.57"
-azalea-block = { version = "0.3.0", path = "../azalea-block" }
-azalea-client = {version = "0.3.0", path = "../azalea-client"}
-azalea-core = {version = "0.3.0", path = "../azalea-core"}
-azalea-physics = { version = "0.3.0", path = "../azalea-physics" }
-azalea-protocol = {version = "0.3.0", path = "../azalea-protocol"}
-azalea-world = { version = "0.3.0", path = "../azalea-world" }
+azalea-block = { version = "0.4.0", path = "../azalea-block" }
+azalea-client = {version = "0.4.0", path = "../azalea-client"}
+azalea-core = {version = "0.4.0", path = "../azalea-core"}
+azalea-physics = { version = "0.4.0", path = "../azalea-physics" }
+azalea-protocol = {version = "0.4.0", path = "../azalea-protocol"}
+azalea-world = { version = "0.4.0", path = "../azalea-world" }
log = "0.4.17"
num-traits = "0.2.15"
parking_lot = {version = "^0.12.1", features = ["deadlock_detection"]}