aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
committerUbuntu <github@matdoes.dev>2022-10-17 16:28:53 +0000
commit9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8 (patch)
tree3433bf01dcd03393bbb5dd83773a2fc80d01ca6a
parent7c71efab4aa05b86ba5ff8cb986b7a25dc1e7bf3 (diff)
downloadazalea-drasl-9a7d2d51b5c7b3ba08cf9d404df281fe6f9dc4f8.tar.xz
(cargo-release) version 0.2.0
-rwxr-xr-xCargo.lock2
-rw-r--r--azalea-client/Cargo.toml2
-rw-r--r--azalea-physics/Cargo.toml2
-rw-r--r--azalea-protocol/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
5 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9711c815..f9aebcae 100755
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "azalea-world"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"azalea-block",
"azalea-buf",
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml
index bbc28082..a372ab85 100644
--- a/azalea-client/Cargo.toml
+++ b/azalea-client/Cargo.toml
@@ -18,7 +18,7 @@ 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.1.0" }
azalea-protocol = { path = "../azalea-protocol", version = "0.1.0" }
-azalea-world = { path = "../azalea-world", version = "0.1.0" }
+azalea-world = { path = "../azalea-world", version = "0.2.0" }
log = "0.4.17"
parking_lot = "0.12.1"
thiserror = "^1.0.34"
diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml
index f85de671..c6ee85e0 100644
--- a/azalea-physics/Cargo.toml
+++ b/azalea-physics/Cargo.toml
@@ -10,7 +10,7 @@ version = "0.1.0"
[dependencies]
azalea-block = { path = "../azalea-block", version = "^0.2.0" }
azalea-core = { path = "../azalea-core", version = "^0.2.0" }
-azalea-world = { path = "../azalea-world", version = "^0.1.0" }
+azalea-world = { path = "../azalea-world", version = "^0.2.0" }
lazy_static = "1.4.0"
[dev-dependencies]
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index f53cf128..05b5d767 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -20,7 +20,7 @@ azalea-crypto = {path = "../azalea-crypto", version = "^0.2.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.2.0" }
azalea-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.1.0"}
azalea-registry = {path = "../azalea-registry", version = "^0.2.0" }
-azalea-world = {path = "../azalea-world", version = "^0.1.0"}
+azalea-world = {path = "../azalea-world", version = "^0.2.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 b7969f2c..fd42e621 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -3,7 +3,7 @@ description = "The Minecraft world representation used in Azalea."
edition = "2021"
license = "MIT"
name = "azalea-world"
-version = "0.1.0"
+version = "0.2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html