(cargo-release) version 0.5.0

This commit is contained in:
Ubuntu 2022-12-09 15:34:28 +00:00
parent 4484411489
commit 6a5008b0f7
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View file

@ -330,7 +330,7 @@ dependencies = [
[[package]]
name = "azalea-protocol-macros"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"proc-macro2",
"quote",

View file

@ -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"

View file

@ -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]