diff --git a/Cargo.lock b/Cargo.lock index 58200fbc..085e425d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" [[package]] name = "azalea" -version = "0.10.1" +version = "0.10.3+mc1.21.1" dependencies = [ "anyhow", "async-trait", @@ -230,7 +230,7 @@ dependencies = [ [[package]] name = "azalea-auth" -version = "0.10.1" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-crypto", @@ -252,7 +252,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -261,7 +261,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "proc-macro2", "quote", @@ -270,7 +270,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-chat", @@ -281,7 +281,7 @@ dependencies = [ [[package]] name = "azalea-buf" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf-macros", "byteorder", @@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "azalea-buf-macros" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "proc-macro2", "quote", @@ -303,7 +303,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-language", @@ -317,7 +317,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "anyhow", "async-trait", @@ -357,7 +357,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-registry", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "azalea-crypto" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "aes", "azalea-buf", @@ -390,7 +390,7 @@ dependencies = [ [[package]] name = "azalea-entity" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-block", "azalea-buf", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-chat", @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "azalea-inventory-macros" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "proc-macro2", "quote", @@ -435,7 +435,7 @@ dependencies = [ [[package]] name = "azalea-language" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "once_cell", "serde", @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-block", "azalea-core", @@ -465,7 +465,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "anyhow", "async-recursion", @@ -505,7 +505,7 @@ dependencies = [ [[package]] name = "azalea-protocol-macros" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "proc-macro2", "quote", @@ -514,7 +514,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -524,7 +524,7 @@ dependencies = [ [[package]] name = "azalea-registry-macros" -version = "0.10.0" +version = "0.10.3+mc1.21.1" dependencies = [ "proc-macro2", "quote", @@ -533,7 +533,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.10.2" +version = "0.10.3+mc1.21.1" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index ec2805fa..dce850bf 100644 --- a/azalea-auth/Cargo.toml +++ b/azalea-auth/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-auth" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth" -version = "0.10.1" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index f223f708..dc0bc199 100644 --- a/azalea-block/Cargo.toml +++ b/azalea-block/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-block" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block" -version = "0.10.2" +version = "0.10.3+mc1.21.1" [lib] diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 151ed9a4..d20f5d09 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.2" +version = "0.10.3+mc1.21.1" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index 00fc3754..5b70e815 100644 --- a/azalea-brigadier/Cargo.toml +++ b/azalea-brigadier/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-brigadier" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index 3af9722c..e37b8e45 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-buf" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-buf/azalea-buf-macros/Cargo.toml b/azalea-buf/azalea-buf-macros/Cargo.toml index 63f420c4..bd49144f 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.10.3+mc1.21.1" [lib] proc-macro = true diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index e736b9d4..dc85f726 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.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 6753fbdd..089f48ed 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.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 36abe2c8..00781373 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index c50f34cb..0584f338 100644 --- a/azalea-crypto/Cargo.toml +++ b/azalea-crypto/Cargo.toml @@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft." edition = "2021" license = "MIT" name = "azalea-crypto" -version = "0.10.0" +version = "0.10.3+mc1.21.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 diff --git a/azalea-entity/Cargo.toml b/azalea-entity/Cargo.toml index be3fc38e..9a9fc469 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.10.2" +version = "0.10.3+mc1.21.1" edition = "2021" description = "Things related to Minecraft entities used by Azalea" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-entity" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 35c95237..69a85356 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-inventory-macros" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 4c286787..f02b16c1 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.10.3+mc1.21.1" [lib] proc-macro = true diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index 56db87fe..06d1240a 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.10.3+mc1.21.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 a5179af0..2dad5da5 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # 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 e4a8ca40..9a6b328c 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-protocol" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 0958cb08..4a4de9a5 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.10.3+mc1.21.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 b61fb7be..21515bb2 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 4d778f98..9b156953 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.10.3+mc1.21.1" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index a1376dea..b208fe12 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world" -version = "0.10.2" +version = "0.10.3+mc1.21.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 78c6182d..be37c628 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.1" +version = "0.10.3+mc1.21.1" [package.metadata.release] pre-release-replacements = [