aboutsummaryrefslogtreecommitdiff
path: root/azalea-protocol
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2023-12-05 11:15:18 -0600
committermat <git@matdoes.dev>2023-12-05 11:15:18 -0600
commit020dc434ff14722a709e6e90da6aacf80dab77be (patch)
tree466e38d0a211d04f64607cbaa5e904364a045946 /azalea-protocol
parent6567cf9e5c1da60f781f9c18e709357d35d11577 (diff)
downloadazalea-drasl-020dc434ff14722a709e6e90da6aacf80dab77be.tar.xz
thanks cargo workspaces
Diffstat (limited to 'azalea-protocol')
-rw-r--r--azalea-protocol/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 11f35b71..9cbc4859 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -12,14 +12,14 @@ version = "0.9.0"
async-recursion = "1.0.5"
azalea-auth = { path = "../azalea-auth", version = "0.9.0" }
azalea-block = { path = "../azalea-block", default-features = false, version = "0.9.0" }
-azalea-brigadier = { path = "../azalea-brigadier", version = "^0.8.0", features = [
+azalea-brigadier = { path = "../azalea-brigadier", version = "0.9.0", features = [
"azalea-buf",
] }
azalea-buf = { path = "../azalea-buf", version = "0.9.0" }
-azalea-chat = { path = "../azalea-chat", version = "0.8.0", features = [
+azalea-chat = { path = "../azalea-chat", version = "0.9.0", features = [
"numbers",
] }
-azalea-core = { path = "../azalea-core", optional = true, version = "^0.8.0", features = [
+azalea-core = { path = "../azalea-core", optional = true, version = "0.9.0", features = [
"serde",
] }
azalea-crypto = { path = "../azalea-crypto", version = "0.9.0" }