diff --git a/azalea-auth/Cargo.toml b/azalea-auth/Cargo.toml index 4729b6c3..ddfd672b 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/mat-1/azalea/tree/main/azalea-auth" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" } base64 = "0.21.3" chrono = { version = "0.4.30", default-features = false, features = ["serde"] } log = "0.4.20" diff --git a/azalea-block/Cargo.toml b/azalea-block/Cargo.toml index 9db6d481..8d4e3d8e 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/mat-1/azalea/tree/main/azalea-block" -version = "0.7.0" +version = "0.8.0" [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.7.0" } -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-registry = { version = "0.7.0", path = "../azalea-registry" } +azalea-block-macros = { path = "./azalea-block-macros", version = "0.8.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-registry = { version = "0.8.0", path = "../azalea-registry" } diff --git a/azalea-block/azalea-block-macros/Cargo.toml b/azalea-block/azalea-block-macros/Cargo.toml index 416b43f0..5bb1e912 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/mat-1/azalea/tree/main/azalea-block/azalea-block-macros" -version = "0.7.0" +version = "0.8.0" [lib] proc-macro = true diff --git a/azalea-brigadier/Cargo.toml b/azalea-brigadier/Cargo.toml index f7b475b7..a86bc862 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/mat-1/azalea/tree/main/azalea-brigadier" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0", optional = true } -azalea-chat = { path = "../azalea-chat", version = "^0.7.0", optional = true } +azalea-buf = { path = "../azalea-buf", version = "0.8.0", optional = true } +azalea-chat = { path = "../azalea-chat", version = "0.8.0", optional = true } parking_lot = "0.12.1" [features] diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml index e685b397..13ac8d2e 100644 --- a/azalea-buf/Cargo.toml +++ b/azalea-buf/Cargo.toml @@ -9,7 +9,7 @@ version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf-macros = { path = "./azalea-buf-macros", version = "^0.8.0" } +azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.8.0" } byteorder = "^1.4.3" log = "0.4.20" serde_json = { version = "^1.0", optional = true } diff --git a/azalea-chat/Cargo.toml b/azalea-chat/Cargo.toml index 171dc11f..adf252be 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/mat-1/azalea/tree/main/azalea-chat" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -15,7 +15,7 @@ default = ["azalea-buf"] azalea-buf = { path = "../azalea-buf", features = [ "serde_json", ], version = "^0.7.0", optional = true } -azalea-language = { path = "../azalea-language", version = "^0.7.0" } +azalea-language = { path = "../azalea-language", version = "0.8.0" } log = "0.4.20" once_cell = "1.18.0" serde = { version = "^1.0", features = ["derive"] } diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 9337bcba..4c26b218 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/mat-1/azalea/tree/main/azalea-client" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -12,23 +12,23 @@ version = "0.7.0" reqwest = { version = "0.11.20", default-features = false } anyhow = "1.0.75" async-trait = "0.1.73" -azalea-auth = { path = "../azalea-auth", version = "0.7.0" } -azalea-block = { path = "../azalea-block", version = "0.7.0" } -azalea-nbt = { path = "../azalea-nbt", version = "0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "0.7.0" } -azalea-core = { path = "../azalea-core", version = "0.7.0" } -azalea-crypto = { path = "../azalea-crypto", version = "0.7.0" } -azalea-physics = { path = "../azalea-physics", version = "0.7.0" } -azalea-buf = { path = "../azalea-buf", version = "0.7.0" } -azalea-protocol = { path = "../azalea-protocol", version = "0.7.0" } -azalea-registry = { path = "../azalea-registry", version = "0.7.0" } -azalea-world = { path = "../azalea-world", version = "0.7.0" } +azalea-auth = { path = "../azalea-auth", version = "0.8.0" } +azalea-block = { path = "../azalea-block", version = "0.8.0" } +azalea-nbt = { path = "../azalea-nbt", version = "0.8.0" } +azalea-chat = { path = "../azalea-chat", version = "0.8.0" } +azalea-core = { path = "../azalea-core", version = "0.8.0" } +azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" } +azalea-physics = { path = "../azalea-physics", version = "0.8.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-protocol = { path = "../azalea-protocol", version = "0.8.0" } +azalea-registry = { path = "../azalea-registry", version = "0.8.0" } +azalea-world = { path = "../azalea-world", version = "0.8.0" } bevy_app = "0.11.2" bevy_ecs = "0.11.2" bevy_log = "0.11.2" bevy_tasks = "0.11.2" bevy_time = "0.11.2" -azalea-inventory = { path = "../azalea-inventory", version = "0.7.0" } +azalea-inventory = { path = "../azalea-inventory", version = "0.8.0" } derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } futures = "0.3.28" log = "0.4.20" @@ -39,7 +39,7 @@ regex = "1.9.5" thiserror = "^1.0.48" tokio = { version = "^1.32.0", features = ["sync"] } uuid = "^1.4.1" -azalea-entity = { version = "0.1.0", path = "../azalea-entity" } +azalea-entity = { version = "0.8.0", path = "../azalea-entity" } [features] default = ["log"] diff --git a/azalea-core/Cargo.toml b/azalea-core/Cargo.toml index 315e2e3f..a660c1e2 100644 --- a/azalea-core/Cargo.toml +++ b/azalea-core/Cargo.toml @@ -4,15 +4,15 @@ edition = "2021" license = "MIT" name = "azalea-core" repository = "https://github.com/mat-1/azalea/tree/main/azalea-core" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "0.8.0" } +azalea-registry = { path = "../azalea-registry", version = "0.8.0" } bevy_ecs = { version = "0.11.2", default-features = false, optional = true } num-traits = "0.2.16" serde = { version = "^1.0", optional = true } diff --git a/azalea-crypto/Cargo.toml b/azalea-crypto/Cargo.toml index 445165a8..d823016b 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.7.0" +version = "0.8.0" repository = "https://github.com/mat-1/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.3" -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.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 081ac0a1..4c1899f8 100644 --- a/azalea-entity/Cargo.toml +++ b/azalea-entity/Cargo.toml @@ -9,14 +9,14 @@ license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { version = "0.7.0", path = "../azalea-block" } -azalea-buf = { version = "0.7.0", path = "../azalea-buf" } -azalea-chat = { version = "0.7.0", path = "../azalea-chat" } -azalea-core = { version = "0.7.0", path = "../azalea-core" } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" } -azalea-registry = { version = "0.7.0", path = "../azalea-registry" } -azalea-world = { version = "0.7.0", path = "../azalea-world" } +azalea-block = { version = "0.8.0", path = "../azalea-block" } +azalea-buf = { version = "0.8.0", path = "../azalea-buf" } +azalea-chat = { version = "0.8.0", path = "../azalea-chat" } +azalea-core = { version = "0.8.0", path = "../azalea-core" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } +azalea-nbt = { version = "0.8.0", path = "../azalea-nbt" } +azalea-registry = { version = "0.8.0", path = "../azalea-registry" } +azalea-world = { version = "0.8.0", path = "../azalea-world" } bevy_app = "0.11.2" bevy_ecs = "0.11.2" derive_more = "0.99.17" diff --git a/azalea-inventory/Cargo.toml b/azalea-inventory/Cargo.toml index 4e689d03..2937aeaf 100644 --- a/azalea-inventory/Cargo.toml +++ b/azalea-inventory/Cargo.toml @@ -4,12 +4,12 @@ edition = "2021" license = "MIT" name = "azalea-inventory" repository = "https://github.com/mat-1/azalea/tree/main/azalea-inventory-macros" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { version = "0.7.0", path = "../azalea-buf" } -azalea-inventory-macros = { version = "0.7.0", path = "./azalea-inventory-macros" } -azalea-nbt = { version = "0.7.0", path = "../azalea-nbt" } -azalea-registry = { version = "0.7.0", path = "../azalea-registry" } +azalea-buf = { version = "0.8.0", path = "../azalea-buf" } +azalea-inventory-macros = { version = "0.8.0", path = "./azalea-inventory-macros" } +azalea-nbt = { version = "0.8.0", path = "../azalea-nbt" } +azalea-registry = { version = "0.8.0", path = "../azalea-registry" } diff --git a/azalea-inventory/azalea-inventory-macros/Cargo.toml b/azalea-inventory/azalea-inventory-macros/Cargo.toml index 033b4a52..e28a11ca 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/mat-1/azalea/tree/main/azalea-inventory/azalea-inventory-macros" -version = "0.7.0" +version = "0.8.0" [lib] proc-macro = true diff --git a/azalea-language/Cargo.toml b/azalea-language/Cargo.toml index ff4344e5..5bf8d320 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/mat-1/azalea/tree/main/azalea-language" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/azalea-nbt/Cargo.toml b/azalea-nbt/Cargo.toml index 803d9dd2..f10cc6e1 100644 --- a/azalea-nbt/Cargo.toml +++ b/azalea-nbt/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/mat-1/azalea/tree/main/azalea-nbt" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.8.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } byteorder = "^1.4.3" compact_str = { version = "0.7.1", features = ["serde"] } enum-as-inner = "0.6.0" diff --git a/azalea-physics/Cargo.toml b/azalea-physics/Cargo.toml index ed129cae..4daa5627 100644 --- a/azalea-physics/Cargo.toml +++ b/azalea-physics/Cargo.toml @@ -4,17 +4,17 @@ edition = "2021" license = "MIT" name = "azalea-physics" repository = "https://github.com/mat-1/azalea/tree/main/azalea-physics" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", version = "^0.7.0" } -azalea-core = { path = "../azalea-core", version = "^0.7.0" } -azalea-entity = { version = "0.1.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } -azalea-world = { path = "../azalea-world", version = "^0.7.0" } +azalea-block = { path = "../azalea-block", version = "0.8.0" } +azalea-core = { path = "../azalea-core", version = "0.8.0" } +azalea-entity = { version = "0.8.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } +azalea-registry = { path = "../azalea-registry", version = "0.8.0" } +azalea-world = { path = "../azalea-world", version = "0.8.0" } bevy_app = "0.11.2" bevy_ecs = "0.11.2" log = "0.4.20" diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 01ce9314..b91fbb4f 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/mat-1/azalea/tree/main/azalea-protocol" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,25 +14,25 @@ async-compression = { version = "^0.4.2", features = [ "zlib", ], optional = true } async-recursion = "1.0.5" -azalea-auth = { path = "../azalea-auth", version = "^0.7.0" } -azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" } +azalea-auth = { path = "../azalea-auth", version = "0.8.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "0.8.0" } azalea-brigadier = { path = "../azalea-brigadier", version = "^0.7.0", features = [ "azalea-buf", ] } -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-chat = { path = "../azalea-chat", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-chat = { path = "../azalea-chat", version = "0.8.0" } azalea-core = { path = "../azalea-core", optional = true, version = "^0.7.0", features = [ "serde", ] } -azalea-crypto = { path = "../azalea-crypto", version = "^0.7.0" } -azalea-entity = { version = "0.1.0", path = "../azalea-entity" } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } +azalea-crypto = { path = "../azalea-crypto", version = "0.8.0" } +azalea-entity = { version = "0.8.0", path = "../azalea-entity" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0", features = [ "serde", ] } -azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "^0.7.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } -azalea-world = { path = "../azalea-world", version = "^0.7.0" } +azalea-protocol-macros = { path = "./azalea-protocol-macros", version = "0.8.0" } +azalea-registry = { path = "../azalea-registry", version = "0.8.0" } +azalea-world = { path = "../azalea-world", version = "0.8.0" } bevy_ecs = { version = "0.11.2", default-features = false } byteorder = "^1.4.3" bytes = "^1.5.0" diff --git a/azalea-protocol/azalea-protocol-macros/Cargo.toml b/azalea-protocol/azalea-protocol-macros/Cargo.toml index 15a3ebeb..208da2da 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.7.0" +version = "0.8.0" repository = "https://github.com/mat-1/azalea/tree/main/azalea-protocol/azalea-protocol-macros" [lib] diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 8046894b..9ab5ab6c 100644 --- a/azalea-registry/Cargo.toml +++ b/azalea-registry/Cargo.toml @@ -4,13 +4,13 @@ edition = "2021" license = "MIT" name = "azalea-registry" repository = "https://github.com/mat-1/azalea/tree/main/azalea-registry" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } -azalea-registry-macros = { path = "./azalea-registry-macros", version = "^0.7.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } +azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.8.0" } once_cell = "1.18.0" serde = { version = "^1.0", optional = true } diff --git a/azalea-registry/azalea-registry-macros/Cargo.toml b/azalea-registry/azalea-registry-macros/Cargo.toml index 1b507ea8..1f61da4c 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/mat-1/azalea/tree/main/azalea-registry/azalea-registry-macros" -version = "0.7.0" +version = "0.8.0" [lib] proc-macro = true diff --git a/azalea-world/Cargo.toml b/azalea-world/Cargo.toml index 76c7c533..f49a65cf 100644 --- a/azalea-world/Cargo.toml +++ b/azalea-world/Cargo.toml @@ -4,19 +4,19 @@ edition = "2021" license = "MIT" name = "azalea-world" repository = "https://github.com/mat-1/azalea/tree/main/azalea-world" -version = "0.7.0" +version = "0.8.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -azalea-block = { path = "../azalea-block", default-features = false, version = "^0.7.0" } -azalea-buf = { path = "../azalea-buf", version = "^0.7.0" } +azalea-block = { path = "../azalea-block", default-features = false, version = "0.8.0" } +azalea-buf = { path = "../azalea-buf", version = "0.8.0" } azalea-core = { path = "../azalea-core", version = "^0.7.0", features = [ "bevy_ecs", ] } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-nbt = { path = "../azalea-nbt", version = "^0.7.0" } -azalea-registry = { path = "../azalea-registry", version = "^0.7.0" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } +azalea-nbt = { path = "../azalea-nbt", version = "0.8.0" } +azalea-registry = { path = "../azalea-registry", version = "0.8.0" } bevy_ecs = "0.11.2" derive_more = { version = "0.99.17", features = ["deref", "deref_mut"] } enum-as-inner = "0.6.0" diff --git a/azalea/Cargo.toml b/azalea/Cargo.toml index 995fee5f..ad7bc900 100644 --- a/azalea/Cargo.toml +++ b/azalea/Cargo.toml @@ -4,7 +4,7 @@ edition = "2021" license = "MIT" name = "azalea" repository = "https://github.com/mat-1/azalea/tree/main/azalea" -version = "0.7.0" +version = "0.8.0" [package.metadata.release] pre-release-replacements = [ @@ -14,17 +14,17 @@ pre-release-replacements = [ [dependencies] anyhow = "^1.0.75" async-trait = "0.1.73" -azalea-block = { version = "0.7.0", path = "../azalea-block" } -azalea-chat = { version = "0.7.0", path = "../azalea-chat" } -azalea-client = { version = "0.7.0", path = "../azalea-client" } -azalea-core = { version = "0.7.0", path = "../azalea-core" } -azalea-inventory = { version = "0.7.0", path = "../azalea-inventory" } -azalea-physics = { version = "0.7.0", path = "../azalea-physics" } -azalea-protocol = { version = "0.7.0", path = "../azalea-protocol" } -azalea-registry = { version = "0.7.0", path = "../azalea-registry" } -azalea-world = { version = "0.7.0", path = "../azalea-world" } -azalea-auth = { version = "0.7.0", path = "../azalea-auth" } -azalea-brigadier = { version = "0.7.0", path = "../azalea-brigadier" } +azalea-block = { version = "0.8.0", path = "../azalea-block" } +azalea-chat = { version = "0.8.0", path = "../azalea-chat" } +azalea-client = { version = "0.8.0", path = "../azalea-client" } +azalea-core = { version = "0.8.0", path = "../azalea-core" } +azalea-inventory = { version = "0.8.0", path = "../azalea-inventory" } +azalea-physics = { version = "0.8.0", path = "../azalea-physics" } +azalea-protocol = { version = "0.8.0", path = "../azalea-protocol" } +azalea-registry = { version = "0.8.0", path = "../azalea-registry" } +azalea-world = { version = "0.8.0", path = "../azalea-world" } +azalea-auth = { version = "0.8.0", path = "../azalea-auth" } +azalea-brigadier = { version = "0.8.0", path = "../azalea-brigadier" } bevy_app = "0.11.2" bevy_ecs = "0.11.2" bevy_tasks = "0.11.2" @@ -40,7 +40,7 @@ thiserror = "^1.0.48" tokio = "^1.32.0" uuid = "1.4.1" bevy_log = "0.11.2" -azalea-entity = { version = "0.1.0", path = "../azalea-entity" } +azalea-entity = { version = "0.8.0", path = "../azalea-entity" } bevy_time = "0.11.2" [features]