diff options
| -rw-r--r-- | Cargo.lock | 26 | ||||
| -rw-r--r-- | azalea-block/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-block/azalea-block-macros/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-brigadier/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-buf/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-chat/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-client/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-core/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-entity/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-inventory/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-physics/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-protocol/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-registry/Cargo.toml | 2 | ||||
| -rw-r--r-- | azalea-world/Cargo.toml | 2 |
14 files changed, 26 insertions, 26 deletions
@@ -253,7 +253,7 @@ dependencies = [ [[package]] name = "azalea-block" -version = "0.10.0" +version = "0.10.2" dependencies = [ "azalea-block-macros", "azalea-buf", @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "azalea-block-macros" -version = "0.10.0" +version = "0.10.2" dependencies = [ "proc-macro2", "quote", @@ -271,7 +271,7 @@ dependencies = [ [[package]] name = "azalea-brigadier" -version = "0.10.0" +version = "0.10.2" dependencies = [ "azalea-buf", "azalea-chat", @@ -282,7 +282,7 @@ dependencies = [ [[package]] name = "azalea-buf" -version = "0.10.1" +version = "0.10.2" dependencies = [ "azalea-buf-macros", "byteorder", @@ -304,7 +304,7 @@ dependencies = [ [[package]] name = "azalea-chat" -version = "0.10.1" +version = "0.10.2" dependencies = [ "azalea-buf", "azalea-language", @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "azalea-client" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-trait", @@ -358,7 +358,7 @@ dependencies = [ [[package]] name = "azalea-core" -version = "0.10.0" +version = "0.10.2" dependencies = [ "azalea-buf", "azalea-registry", @@ -391,7 +391,7 @@ dependencies = [ [[package]] name = "azalea-entity" -version = "0.10.1" +version = "0.10.2" dependencies = [ "azalea-block", "azalea-buf", @@ -414,7 +414,7 @@ dependencies = [ [[package]] name = "azalea-inventory" -version = "0.10.1" +version = "0.10.2" dependencies = [ "azalea-buf", "azalea-chat", @@ -445,7 +445,7 @@ dependencies = [ [[package]] name = "azalea-physics" -version = "0.10.0" +version = "0.10.2" dependencies = [ "azalea-block", "azalea-core", @@ -466,7 +466,7 @@ dependencies = [ [[package]] name = "azalea-protocol" -version = "0.10.1" +version = "0.10.2" dependencies = [ "anyhow", "async-recursion", @@ -515,7 +515,7 @@ dependencies = [ [[package]] name = "azalea-registry" -version = "0.10.0" +version = "0.10.2" dependencies = [ "azalea-buf", "azalea-registry-macros", @@ -534,7 +534,7 @@ dependencies = [ [[package]] name = "azalea-world" -version = "0.10.1" +version = "0.10.2" dependencies = [ "azalea-block", "azalea-buf", diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 0c5ec681..f223f708 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.0" +version = "0.10.2" [lib] diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 74720ef3..e326f3a3 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.10.2" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index a2636940..856157df 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.0" +version = "0.10.2" # 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 f7909b29..1b87957c 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.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index e293aeca..e7e038ce 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.1" +version = "0.10.2" # 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 85d61e6d..cd271366 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.1" +version = "0.10.2" # 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 8808bf8e..ee8611c1 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.0" +version = "0.10.2" # 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 f2b46908..a2fa5fc8 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azalea-entity" -version = "0.10.1" +version = "0.10.2" 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 b6208171..aac24db4 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.1" +version = "0.10.2" # 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..605fd062 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.0" +version = "0.10.2" # 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 e3a02db4..8be4e8c8 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.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 6a554593..356d2ca9 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.0" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index b4ded798..6d9be594 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.1" +version = "0.10.2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
