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
commita6a08395219850beea76e665d2ef9f6590827f3c (patch)
treee654218e3e3fc4de3aea75109e0f55f6f4760acb
parentebffd5d77ed36f80e5d01aa8b5694e5e1d06d80d (diff)
downloadazalea-drasl-a6a08395219850beea76e665d2ef9f6590827f3c.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rwxr-xr-xazalea-registry/Cargo.toml2
-rw-r--r--azalea-world/Cargo.toml2
4 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 52a01e47..26a8c53a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -339,7 +339,7 @@ dependencies = [
[[package]]
name = "azalea-registry"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"azalea-buf",
"azalea-registry-macros",
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index bd996cb2..13234764 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -20,7 +20,7 @@ azalea-core = {path = "../azalea-core", optional = true, version = "^0.5.0" }
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.4.0"}
+azalea-registry = {path = "../azalea-registry", version = "^0.5.0" }
azalea-world = {path = "../azalea-world", version = "^0.4.0"}
byteorder = "^1.4.3"
bytes = "^1.1.0"
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index deb0acf2..dcab681b 100755
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -3,7 +3,7 @@ description = "Use Minecraft's registries."
edition = "2021"
license = "MIT"
name = "azalea-registry"
-version = "0.4.0"
+version = "0.5.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml
index 23949ee7..1dc3f5da 100644
--- a/azalea-world/Cargo.toml
+++ b/azalea-world/Cargo.toml
@@ -14,7 +14,7 @@ azalea-buf = {path = "../azalea-buf", version = "^0.5.0" }
azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
azalea-core = {path = "../azalea-core", version = "^0.5.0" }
azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" }
-azalea-registry = {path = "../azalea-registry", version = "^0.4.0" }
+azalea-registry = {path = "../azalea-registry", version = "^0.5.0" }
enum-as-inner = "0.5.1"
log = "0.4.17"
nohash-hasher = "0.2.0"