aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-12-19 02:28:04 -0100
committermat <git@matdoes.dev>2025-12-19 02:28:04 -0100
commite3c345a0996f5cc0788e160414dd770a8cd6dde5 (patch)
treef75bfce0231a0283f746ff4f18777de6fbe728c5 /Cargo.toml
parentc857d45c7cb4a786db5fc1213f9be05e7fa3b0f1 (diff)
downloadazalea-drasl-e3c345a0996f5cc0788e160414dd770a8cd6dde5.tar.xz
0.15.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml42
1 files changed, 21 insertions, 21 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 74c2d959..bdd44714 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ resolver = "3"
# --- Workspace Settings ---
[workspace.package]
-version = "0.14.0+mc1.21.11"
+version = "0.15.0+mc1.21.11"
edition = "2024"
license = "MIT"
repository = "https://github.com/azalea-rs/azalea"
@@ -90,26 +90,26 @@ tracing = "0.1.44"
tracing-subscriber = "0.3.22"
uuid = "1.19.0"
-azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.14.0" }
-azalea-block = { path = "azalea-block", version = "0.14.0" }
-azalea-auth = { path = "azalea-auth", version = "0.14.0", default-features = false }
-azalea-brigadier = { path = "azalea-brigadier", version = "0.14.0" }
-azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.14.0" }
-azalea-buf = { path = "azalea-buf", version = "0.14.0" }
-azalea-chat = { path = "azalea-chat", version = "0.14.0" }
-azalea-client = { path = "azalea-client", version = "0.14.0", default-features = false }
-azalea-core = { path = "azalea-core", version = "0.14.0" }
-azalea-crypto = { path = "azalea-crypto", version = "0.14.0" }
-azalea-entity = { path = "azalea-entity", version = "0.14.0" }
-azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.14.0" }
-azalea-inventory = { path = "azalea-inventory", version = "0.14.0" }
-azalea-language = { path = "azalea-language", version = "0.14.0" }
-azalea-physics = { path = "azalea-physics", version = "0.14.0" }
-azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.14.0" }
-azalea-protocol = { path = "azalea-protocol", version = "0.14.0", default-features = false }
-azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.14.0" }
-azalea-registry = { path = "azalea-registry", version = "0.14.0" }
-azalea-world = { path = "azalea-world", version = "0.14.0" }
+azalea-block-macros = { path = "azalea-block/azalea-block-macros", version = "0.15.0" }
+azalea-block = { path = "azalea-block", version = "0.15.0" }
+azalea-auth = { path = "azalea-auth", version = "0.15.0", default-features = false }
+azalea-brigadier = { path = "azalea-brigadier", version = "0.15.0" }
+azalea-buf-macros = { path = "azalea-buf/azalea-buf-macros", version = "0.15.0" }
+azalea-buf = { path = "azalea-buf", version = "0.15.0" }
+azalea-chat = { path = "azalea-chat", version = "0.15.0" }
+azalea-client = { path = "azalea-client", version = "0.15.0", default-features = false }
+azalea-core = { path = "azalea-core", version = "0.15.0" }
+azalea-crypto = { path = "azalea-crypto", version = "0.15.0" }
+azalea-entity = { path = "azalea-entity", version = "0.15.0" }
+azalea-inventory-macros = { path = "azalea-inventory/azalea-inventory-macros", version = "0.15.0" }
+azalea-inventory = { path = "azalea-inventory", version = "0.15.0" }
+azalea-language = { path = "azalea-language", version = "0.15.0" }
+azalea-physics = { path = "azalea-physics", version = "0.15.0" }
+azalea-protocol-macros = { path = "azalea-protocol/azalea-protocol-macros", version = "0.15.0" }
+azalea-protocol = { path = "azalea-protocol", version = "0.15.0", default-features = false }
+azalea-registry-macros = { path = "azalea-registry/azalea-registry-macros", version = "0.15.0" }
+azalea-registry = { path = "azalea-registry", version = "0.15.0" }
+azalea-world = { path = "azalea-world", version = "0.15.0" }
[workspace.lints.clippy]
# https://users.rust-lang.org/t/to-string-vs-to-owned-for-string-literals/1441