1
2
Fork 0
mirror of https://github.com/mat-1/azalea.git synced 2025-08-02 06:16:04 +00:00

Release 0.9.1

azalea@0.9.1
azalea-auth@0.9.1
azalea-block@0.9.1
azalea-block-macros@0.9.1
azalea-brigadier@0.9.1
azalea-buf@0.9.1
azalea-buf-macros@0.9.1
azalea-chat@0.9.1
azalea-client@0.9.1
azalea-core@0.9.1
azalea-crypto@0.9.1
azalea-entity@0.9.1
azalea-inventory@0.9.1
azalea-inventory-macros@0.9.1
azalea-language@0.9.1
azalea-physics@0.9.1
azalea-protocol@0.9.1
azalea-protocol-macros@0.9.1
azalea-registry@0.9.1
azalea-registry-macros@0.9.1
azalea-world@0.9.1

Generated by cargo-workspaces
This commit is contained in:
mat 2024-04-18 20:22:26 -05:00
parent 8808ecef94
commit b96f103848
22 changed files with 42 additions and 42 deletions

42
Cargo.lock generated
View file

@ -196,7 +196,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "azalea"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"async-trait",
@ -236,7 +236,7 @@ dependencies = [
[[package]]
name = "azalea-auth"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-crypto",
@ -258,7 +258,7 @@ dependencies = [
[[package]]
name = "azalea-block"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-block-macros",
"azalea-buf",
@ -267,7 +267,7 @@ dependencies = [
[[package]]
name = "azalea-block-macros"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"proc-macro2",
"quote",
@ -276,7 +276,7 @@ dependencies = [
[[package]]
name = "azalea-brigadier"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-chat",
@ -285,7 +285,7 @@ dependencies = [
[[package]]
name = "azalea-buf"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf-macros",
"byteorder",
@ -298,7 +298,7 @@ dependencies = [
[[package]]
name = "azalea-buf-macros"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"proc-macro2",
"quote",
@ -307,7 +307,7 @@ dependencies = [
[[package]]
name = "azalea-chat"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-language",
@ -321,7 +321,7 @@ dependencies = [
[[package]]
name = "azalea-client"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"async-trait",
@ -361,7 +361,7 @@ dependencies = [
[[package]]
name = "azalea-core"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-inventory",
@ -378,7 +378,7 @@ dependencies = [
[[package]]
name = "azalea-crypto"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"aes",
"azalea-buf",
@ -395,7 +395,7 @@ dependencies = [
[[package]]
name = "azalea-entity"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-block",
"azalea-buf",
@ -418,7 +418,7 @@ dependencies = [
[[package]]
name = "azalea-inventory"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-inventory-macros",
@ -428,7 +428,7 @@ dependencies = [
[[package]]
name = "azalea-inventory-macros"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"proc-macro2",
"quote",
@ -437,7 +437,7 @@ dependencies = [
[[package]]
name = "azalea-language"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"once_cell",
"serde",
@ -446,7 +446,7 @@ dependencies = [
[[package]]
name = "azalea-physics"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-block",
"azalea-core",
@ -467,7 +467,7 @@ dependencies = [
[[package]]
name = "azalea-protocol"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"async-recursion",
@ -506,7 +506,7 @@ dependencies = [
[[package]]
name = "azalea-protocol-macros"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"proc-macro2",
"quote",
@ -515,7 +515,7 @@ dependencies = [
[[package]]
name = "azalea-registry"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-buf",
"azalea-registry-macros",
@ -525,7 +525,7 @@ dependencies = [
[[package]]
name = "azalea-registry-macros"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"proc-macro2",
"quote",
@ -534,7 +534,7 @@ dependencies = [
[[package]]
name = "azalea-world"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"azalea-block",
"azalea-buf",

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-auth"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-auth"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-block"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-block"
version = "0.9.0"
version = "0.9.1"
[lib]

View file

@ -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.9.0"
version = "0.9.1"
[lib]
proc-macro = true

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-brigadier"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-brigadier"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-buf"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-buf"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -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.9.0"
version = "0.9.1"
[lib]
proc-macro = true

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-chat"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-chat"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-client"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-client"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-core"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-core"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -3,7 +3,7 @@ description = "Cryptography features used in Minecraft."
edition = "2021"
license = "MIT"
name = "azalea-crypto"
version = "0.9.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

View file

@ -1,6 +1,6 @@
[package]
name = "azalea-entity"
version = "0.9.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"

View file

@ -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.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -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.9.0"
version = "0.9.1"
[lib]
proc-macro = true

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-language"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-language"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-physics"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-physics"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-protocol"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -3,7 +3,7 @@ description = "Macros internally used in azalea-protocol."
edition = "2021"
license = "MIT"
name = "azalea-protocol-macros"
version = "0.9.0"
version = "0.9.1"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-protocol/azalea-protocol-macros"
[lib]

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-registry"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-registry"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -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.9.0"
version = "0.9.1"
[lib]
proc-macro = true

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea-world"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea-world"
version = "0.9.0"
version = "0.9.1"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -4,7 +4,7 @@ edition = "2021"
license = "MIT"
name = "azalea"
repository = "https://github.com/azalea-rs/azalea/tree/main/azalea"
version = "0.9.0"
version = "0.9.1"
[package.metadata.release]
pre-release-replacements = [