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]