From a71c5400cb425247435b79cc22844042387aa438 Mon Sep 17 00:00:00 2001 From: 1zuna Date: Sun, 26 May 2024 13:00:33 +0200 Subject: [PATCH] correct version selected --- Cargo.lock | 8 ++++---- azalea-buf/Cargo.toml | 2 +- azalea-chat/Cargo.toml | 2 +- azalea-client/Cargo.toml | 2 +- azalea-core/Cargo.toml | 2 +- azalea-entity/Cargo.toml | 2 +- azalea-inventory/Cargo.toml | 2 +- azalea-protocol/Cargo.toml | 2 +- azalea-registry/Cargo.toml | 2 +- azalea-world/Cargo.toml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6ae828f3..b88889fb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2425,8 +2425,8 @@ dependencies = [ [[package]] name = "simdnbt" -version = "0.4.3" -source = "git+https://github.com/azalea-rs/simdnbt?tag=v0.4.3#c83d29855afbc224eb7c1d0d5a0ddf391b2eea54" +version = "0.4.2" +source = "git+https://github.com/azalea-rs/simdnbt?tag=v0.4.2#e16aeb03e249d0314be41b7cfe79dc95faa74181" dependencies = [ "byteorder", "flate2", @@ -2438,8 +2438,8 @@ dependencies = [ [[package]] name = "simdnbt-derive" -version = "0.4.3" -source = "git+https://github.com/azalea-rs/simdnbt?tag=v0.4.3#c83d29855afbc224eb7c1d0d5a0ddf391b2eea54" +version = "0.4.1" +source = "git+https://github.com/azalea-rs/simdnbt?tag=v0.4.2#e16aeb03e249d0314be41b7cfe79dc95faa74181" dependencies = [ "proc-macro2", "quote", diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 2afc6dfd6..d9fd0a6ec 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.9.0" } byteorder = "^1.5.0" tracing = "0.1.40" diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index a80c4d40d..9a97dac90 100644 --- a/azalea-chat/Cargo.toml +++ b/azalea-chat/Cargo.toml @@ -19,7 +19,7 @@ azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "0.9.0", optional = true } azalea-language = { path = "../azalea-language", version = "0.9.0" } -simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.3"} +simdnbt = { version = "0.4", optional = true, git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2"} tracing = "0.1.40" once_cell = "1.19.0" serde = { version = "^1.0", features = ["derive"] } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index bf5c12203..2e6ce716e 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } reqwest = { version = "0.11.24", default-features = false } anyhow = "1.0.79" async-trait = "0.1.77" diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 15d4ef045..267550298 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } azalea-buf = { path = "../azalea-buf", version = "0.9.0" } azalea-inventory = { version = "0.9.0", path = "../azalea-inventory" } azalea-registry = { path = "../azalea-registry", version = "0.9.0" } diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index be363c427..43e2db5db 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } 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 = [ diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 2ded712ca..b3d6c116c 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } 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" } diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index b644e13a7..1c72ca096 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } async-recursion = "1.0.5" azalea-auth = { path = "../azalea-auth", version = "0.9.0" } azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" } diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 3344de47a..cf94f8d0a 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } 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" diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 28a60d047..c5e8ceec8 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -9,7 +9,7 @@ version = "0.9.0" # 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", tag = "v0.4.3" } +simdnbt = { version = "0.4", git = "https://github.com/azalea-rs/simdnbt", tag = "v0.4.2" } 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 = [