aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:27 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:27 +0000
commit0cce10d1a501354b7a72947389f35cf010c28974 (patch)
tree4f36976681d9413e5ddb9650204f98a7bc238fa9
parenta6a08395219850beea76e665d2ef9f6590827f3c (diff)
downloadazalea-drasl-0cce10d1a501354b7a72947389f35cf010c28974.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-physics/Cargo.toml2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
-rw-r--r--azalea/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index 716cd50d..93e1ae06 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -18,7 +18,7 @@ azalea-core = {path = "../azalea-core", version = "0.5.0" }
azalea-crypto = {path = "../azalea-crypto", version = "0.5.0" }
azalea-physics = {path = "../azalea-physics", version = "0.4.0"}
azalea-protocol = {path = "../azalea-protocol", version = "0.4.0"}
-azalea-world = {path = "../azalea-world", version = "0.4.0"}
+azalea-world = {path = "../azalea-world", version = "0.5.0" }
log = "0.4.17"
nohash-hasher = "0.2.0"
once_cell = "1.16.0"
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index 2f16a66a..48aaffd3 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -11,7 +11,7 @@ version = "0.4.0"
[dependencies]
azalea-block = {path = "../azalea-block", version = "^0.5.0" }
azalea-core = {path = "../azalea-core", version = "^0.5.0" }
-azalea-world = {path = "../azalea-world", version = "^0.4.0" }
+azalea-world = {path = "../azalea-world", version = "^0.5.0" }
once_cell = "1.16.0"
parking_lot = "^0.12.1"
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 13234764..b18cd390 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -21,7 +21,7 @@ azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" }
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.4.0"}
azalea-registry = {path = "../azalea-registry", version = "^0.5.0" }
-azalea-world = {path = "../azalea-world", version = "^0.4.0"}
+azalea-world = {path = "../azalea-world", version = "^0.5.0" }
byteorder = "^1.4.3"
bytes = "^1.1.0"
flate2 = "1.0.23"
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 1dc3f5da..00d81ee1 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-world"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-world"
-version = "0.4.0"
+version = "0.5.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml
index 9f036cde..ab48eed4 100644
--- a/azalea/Cargo.toml
+++ b/azalea/Cargo.toml
@@ -20,7 +20,7 @@ azalea-client = { version = "0.4.0", path = "../azalea-client" }
azalea-core = { version = "0.5.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" }
+azalea-world = { version = "0.5.0", path = "../azalea-world" }
futures = "0.3.25"
log = "0.4.17"
nohash-hasher = "0.2.0"