diff --git a/Cargo.lock b/Cargo.lock index 27c97d44..a6430371 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "azalea-nbt" -version = "0.4.0" +version = "0.5.0" dependencies = [ "ahash", "azalea-buf", diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 6b23ecc0..77ea4c83 100755 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -11,5 +11,5 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" [dependencies] azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.5.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" } uuid = "^1.1.2" diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index 40dbfe42..03201ab7 100755 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -3,7 +3,7 @@ description = "A fast NBT serializer and deserializer." edition = "2021" license = "MIT" name = "azalea-nbt" -version = "0.4.0" +version = "0.5.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 23936cd5..ff7e7d00 100755 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -18,7 +18,7 @@ azalea-buf = {path = "../azalea-buf", version = "^0.5.0" } azalea-chat = {path = "../azalea-chat", version = "^0.5.0" } azalea-core = {path = "../azalea-core", optional = true, version = "^0.4.0"} azalea-crypto = {path = "../azalea-crypto", version = "^0.5.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.4.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-world = {path = "../azalea-world", version = "^0.4.0"} diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 0f8b6ba5..79d1dd71 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -13,7 +13,7 @@ azalea-block = {path = "../azalea-block", default-features = false, version = "^ 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.4.0" } -azalea-nbt = {path = "../azalea-nbt", version = "^0.4.0" } +azalea-nbt = {path = "../azalea-nbt", version = "^0.5.0" } azalea-registry = {path = "../azalea-registry", version = "^0.4.0" } enum-as-inner = "0.5.1" log = "0.4.17"