From 7357455cad123e41cdd1ca8689527afff77f28f8 Mon Sep 17 00:00:00 2001 From: mat Date: Wed, 24 Apr 2024 04:11:53 +0000 Subject: [PATCH] Revert "Release 0.10.0" This reverts commit f26aa56f427d8a0e88ad3b0d8f11438a01090f37. --- azalea-auth/Cargo.toml | 6 ++-- azalea-block/Cargo.toml | 8 +++--- azalea-block/azalea-block-macros/Cargo.toml | 2 +- azalea-brigadier/Cargo.toml | 6 ++-- azalea-buf/Cargo.toml | 4 +-- azalea-buf/azalea-buf-macros/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 6 ++-- azalea-client/Cargo.toml | 26 ++++++++--------- azalea-core/Cargo.toml | 6 ++-- azalea-crypto/Cargo.toml | 4 +-- azalea-entity/Cargo.toml | 14 +++++----- azalea-inventory/Cargo.toml | 12 ++++---- .../azalea-inventory-macros/Cargo.toml | 2 +- azalea-language/Cargo.toml | 2 +- azalea-physics/Cargo.toml | 14 +++++----- azalea-protocol/Cargo.toml | 20 ++++++------- .../azalea-protocol-macros/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 6 ++-- .../azalea-registry-macros/Cargo.toml | 2 +- azalea-world/Cargo.toml | 8 +++--- azalea/Cargo.toml | 28 +++++++++---------- 21 files changed, 90 insertions(+), 90 deletions(-) diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 33c08c6c..55900a0e 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } base64 = "0.22.0" chrono = { version = "0.4.38", default-features = false, features = ["serde"] } tracing = "0.1.40" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 0c5ec681..5b037709 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block" -version = "0.10.0" +version = "0.9.1" [lib] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block-macros = { path = "./azalea-block-macros", version = "0.10.0" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 74720ef3..b6c75425 100644 --- a/azalea-block/azalea-block-macros/Cargo.toml +++ b/azalea-block/azalea-block-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 9f3ea7e7..6615ac07 100644 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "0.10.0", optional = true } -azalea-chat = { path = "../azalea-chat", version = "0.10.0", optional = true } +azalea-buf = { path = "../azalea-buf", version = "0.9.0", optional = true } +azalea-chat = { path = "../azalea-chat", version = "0.9.0", optional = true } parking_lot = "0.12.1" [features] diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 0d50692d..a477c84b 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.10.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" } byteorder = "^1.5.0" tracing = "0.1.40" serde_json = { version = "^1.0", optional = true } diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 61dd76ee..57f7fc6a 100644 --- a/azalea-buf/azalea-buf-macros/Cargo.toml +++ b/azalea-buf/azalea-buf-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 5f20158f..dbea888e 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-chat" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-chat" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -18,10 +18,10 @@ simdnbt = ["dep:simdnbt"] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "0.9.0", optional = true } -azalea-language = { path = "../azalea-language", version = "0.10.0" } +azalea-language = { path = "../azalea-language", version = "0.9.0" } simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt" } tracing = "0.1.40" once_cell = "1.19.0" serde = { version = "^1.0", features = ["derive"] } serde_json = "^1.0.116" -azalea-registry = { path = "../azalea-registry", version = "0.10.0", optional = true } +azalea-registry = { path = "../azalea-registry", version = "0.9.0", optional = true } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index e15f4803..2b6d62c5 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-client" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -13,16 +13,16 @@ simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } reqwest = { version = "0.12.4", default-features = false } anyhow = "1.0.82" async-trait = "0.1.80" -azalea-auth = { path = "../azalea-auth", version = "0.10.0" } -azalea-block = { path = "../azalea-block", version = "0.10.0" } -azalea-chat = { path = "../azalea-chat", version = "0.10.0" } -azalea-core = { path = "../azalea-core", version = "0.10.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" } -azalea-physics = { path = "../azalea-physics", version = "0.10.0" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-protocol = { path = "../azalea-protocol", version = "0.10.0" } -azalea-registry = { path = "../azalea-registry", version = "0.10.0" } -azalea-world = { path = "../azalea-world", version = "0.10.0" } +azalea-auth = { path = "../azalea-auth", version = "0.9.0" } +azalea-block = { path = "../azalea-block", version = "0.9.0" } +azalea-chat = { path = "../azalea-chat", version = "0.9.0" } +azalea-core = { path = "../azalea-core", version = "0.9.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } +azalea-physics = { path = "../azalea-physics", version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-protocol = { path = "../azalea-protocol", version = "0.9.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.0" } +azalea-world = { path = "../azalea-world", version = "0.9.0" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" bevy_log = { version = "0.13.2", optional = true } @@ -41,8 +41,8 @@ uuid = "^1.8.0" serde_json = "1.0.116" serde = "1.0.198" minecraft_folder_path = "0.1.2" -azalea-entity = { version = "0.10.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } [features] default = ["log"] diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index c1847e9c..643fc4a6 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-registry = { path = "../azalea-registry", version = "0.10.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.0" } bevy_ecs = { version = "0.13.2", default-features = false, optional = true } nohash-hasher = "0.2.0" num-traits = "0.2.18" diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index b57d40fd..f4f359f0 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,14 +3,14 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.10.0" +version = "0.9.1" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-crypto" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] aes = "0.8.4" -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } cfb8 = "0.8.1" num-bigint = "^0.4.4" rand = { version = "^0.8.5", features = ["getrandom"] } diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index 4e6d1d60..20648484 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.10.0" +version = "0.9.1" edition = "2021" description = "Things related to Minecraft entities used by Azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity" @@ -10,15 +10,15 @@ license = "MIT" [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-block = { version = "0.10.0", path = "../azalea-block" } -azalea-buf = { version = "0.10.0", path = "../azalea-buf" } +azalea-block = { version = "0.9.0", path = "../azalea-block" } +azalea-buf = { version = "0.9.0", path = "../azalea-buf" } azalea-chat = { version = "0.9.0", path = "../azalea-chat", features = [ "azalea-buf", ] } -azalea-core = { version = "0.10.0", path = "../azalea-core" } -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-world = { version = "0.10.0", path = "../azalea-world" } +azalea-core = { version = "0.9.0", path = "../azalea-core" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-world = { version = "0.9.0", path = "../azalea-world" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" derive_more = "0.99.17" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 78fb2916..84f3cec1 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,15 +4,15 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { version = "0.10.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.10.0", path = "./azalea-inventory-macros" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-chat = { version = "0.10.0", path = "../azalea-chat" } -azalea-core = { version = "0.10.0", path = "../azalea-core" } +azalea-buf = { version = "0.9.0", path = "../azalea-buf" } +azalea-inventory-macros = { version = "0.9.0", path = "./azalea-inventory-macros" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-chat = { version = "0.9.0", path = "../azalea-chat" } +azalea-core = { version = "0.9.0", path = "../azalea-core" } uuid = "1.8.0" diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 9bb7df5e..ee6d6f58 100644 --- a/azalea-inventory/azalea-inventory-macros/Cargo.toml +++ b/azalea-inventory/azalea-inventory-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory/azalea-inventory-macros" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 962442e2..6a335745 100644 --- a/azalea-language/Cargo.toml +++ b/azalea-language/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-language" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-language" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index 874202e8..8523db82 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,15 +4,15 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", version = "0.10.0" } -azalea-core = { path = "../azalea-core", version = "0.10.0" } -azalea-registry = { path = "../azalea-registry", version = "0.10.0" } -azalea-world = { path = "../azalea-world", version = "0.10.0" } +azalea-block = { path = "../azalea-block", version = "0.9.0" } +azalea-core = { path = "../azalea-core", version = "0.9.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.0" } +azalea-world = { path = "../azalea-world", version = "0.9.0" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" tracing = "0.1.40" @@ -20,8 +20,8 @@ once_cell = "1.19.0" parking_lot = "^0.12.1" nohash-hasher = "0.2.0" smallvec = "1.13.2" -azalea-entity = { version = "0.10.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } [dev-dependencies] bevy_time = "0.13.2" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 534c36a8..a1459286 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,29 +4,29 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } async-recursion = "1.1.0" -azalea-auth = { path = "../azalea-auth", version = "0.10.0" } -azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" } +azalea-auth = { path = "../azalea-auth", version = "0.9.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.0", features = [ "azalea-buf", ] } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } azalea-chat = { path = "../azalea-chat", version = "0.9.0", features = [ "numbers", ] } azalea-core = { path = "../azalea-core", optional = true, version = "0.9.0", features = [ "serde", ] } -azalea-crypto = { path = "../azalea-crypto", version = "0.10.0" } -azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.10.0" } -azalea-registry = { path = "../azalea-registry", version = "0.10.0" } -azalea-world = { path = "../azalea-world", version = "0.10.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" } +azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.9.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.0" } +azalea-world = { path = "../azalea-world", version = "0.9.0" } bevy_ecs = { version = "0.13.2", default-features = false } byteorder = "^1.5.0" bytes = "^1.6.0" @@ -45,8 +45,8 @@ trust-dns-resolver = { version = "^0.23.2", default-features = false, features = ] } uuid = "1.8.0" log = "0.4.21" -azalea-entity = { version = "0.10.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } socks5-impl = "0.5.12" [features] diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 28dcf2ac..f984a2cd 100644 --- 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.10.0" +version = "0.9.1" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 6bd5a7a0..09789cff 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,14 +4,14 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } -azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.10.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } +azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.9.0" } once_cell = "1.19.0" [features] serde = ["azalea-registry-macros/serde"] diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 396b58ba..7654cec4 100644 --- a/azalea-registry/azalea-registry-macros/Cargo.toml +++ b/azalea-registry/azalea-registry-macros/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry-macros" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.10.0" +version = "0.9.1" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 221ca978..cdd3a4c9 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,18 +4,18 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world" -version = "0.10.0" +version = "0.9.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt" } -azalea-block = { path = "../azalea-block", default-features = false, version = "0.10.0" } -azalea-buf = { path = "../azalea-buf", version = "0.10.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } +azalea-buf = { path = "../azalea-buf", version = "0.9.0" } azalea-core = { path = "../azalea-core", version = "0.9.0", features = [ "bevy_ecs", ] } -azalea-registry = { path = "../azalea-registry", version = "0.10.0" } +azalea-registry = { path = "../azalea-registry", version = "0.9.0" } bevy_ecs = "0.13.2" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } tracing = "0.1.40" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index c53c67a4..bc48ecb7 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea" -version = "0.10.0" +version = "0.9.1" [package.metadata.release] pre-release-replacements = [ @@ -14,17 +14,17 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.82" async-trait = "0.1.80" -azalea-block = { version = "0.10.0", path = "../azalea-block" } -azalea-chat = { version = "0.10.0", path = "../azalea-chat" } -azalea-client = { version = "0.10.0", path = "../azalea-client", default-features = false } -azalea-core = { version = "0.10.0", path = "../azalea-core" } -azalea-physics = { version = "0.10.0", path = "../azalea-physics" } -azalea-protocol = { version = "0.10.0", path = "../azalea-protocol" } -azalea-registry = { version = "0.10.0", path = "../azalea-registry" } -azalea-world = { version = "0.10.0", path = "../azalea-world" } -azalea-auth = { version = "0.10.0", path = "../azalea-auth" } -azalea-brigadier = { version = "0.10.0", path = "../azalea-brigadier" } -azalea-buf = { version = "0.10.0", path = "../azalea-buf" } +azalea-block = { version = "0.9.0", path = "../azalea-block" } +azalea-chat = { version = "0.9.0", path = "../azalea-chat" } +azalea-client = { version = "0.9.0", path = "../azalea-client", default-features = false } +azalea-core = { version = "0.9.0", path = "../azalea-core" } +azalea-physics = { version = "0.9.0", path = "../azalea-physics" } +azalea-protocol = { version = "0.9.0", path = "../azalea-protocol" } +azalea-registry = { version = "0.9.0", path = "../azalea-registry" } +azalea-world = { version = "0.9.0", path = "../azalea-world" } +azalea-auth = { version = "0.9.0", path = "../azalea-auth" } +azalea-brigadier = { version = "0.9.0", path = "../azalea-brigadier" } +azalea-buf = { version = "0.9.0", path = "../azalea-buf" } bevy_app = "0.13.2" bevy_ecs = "0.13.2" bevy_tasks = { version = "0.13.2", features = ["multi-threaded"] } @@ -42,8 +42,8 @@ uuid = "1.8.0" bevy_log = "0.13.2" bevy_time = "0.13.2" rustc-hash = "1.1.0" -azalea-inventory = { version = "0.10.0", path = "../azalea-inventory" } -azalea-entity = { version = "0.10.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } +azalea-entity = { version = "0.9.0", path = "../azalea-entity" } [dev-dependencies] criterion = "0.5.1"