aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
committerUbuntu <github@matdoes.dev>2022-12-09 15:34:28 +0000
commit6a5008b0f7cf410858a68bc393e6f5beb82751c4 (patch)
tree83bd419b5ed50949bdf6e42df6ba9535b35858a3
parent44844114895afd1c4a55700676003b63993a18b1 (diff)
downloadazalea-drasl-6a5008b0f7cf410858a68bc393e6f5beb82751c4.tar.xz
(cargo-release) version 0.5.0
-rw-r--r--Cargo.lock2
-rwxr-xr-xazalea-protocol/Cargo.toml2
-rwxr-xr-xazalea-protocol/azalea-protocol-macros/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0220ab26..528a1cf4 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -330,7 +330,7 @@ dependencies = [
[[package]]
name = "azalea-protocol-macros"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"proc-macro2",
"quote",
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 11341b2f..2a159d56 100755
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -19,7 +19,7 @@ azalea-chat = {path = "../azalea-chat", version = "^0.5.0" }
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-protocol-macros = {path = "./azalea-protocol-macros", version = "^0.5.0" }
azalea-registry = {path = "../azalea-registry", version = "^0.5.0" }
azalea-world = {path = "../azalea-world", version = "^0.5.0" }
byteorder = "^1.4.3"
diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml
index d4f8c4ef..74c9b569 100755
--- a/azalea-protocol/azalea-protocol-macros/Cargo.toml
+++ b/azalea-protocol/azalea-protocol-macros/Cargo.toml
@@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
edition = "2021"
license = "MIT"
name = "azalea-protocol-macros"
-version = "0.4.0"
+version = "0.5.0"
repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
[lib]