aboutsummaryrefslogtreecommitdiff
path: root/azalea-buf
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-06-16 01:20:37 +0100
committermat <git@matdoes.dev>2025-06-16 01:20:37 +0100
commit57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f (patch)
treeb48ee42cb837f24079d5d6489f4bd8d477f6fdff /azalea-buf
parent6bbb3ec5eb3d4310c449bde289832f5f6f998791 (diff)
downloadazalea-drasl-57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f.tar.xz
use workspace deps everywhere
Diffstat (limited to 'azalea-buf')
-rw-r--r--azalea-buf/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-buf/Cargo.toml b/azalea-buf/Cargo.toml
index 50177e4c..e5fc7f07 100644
--- a/azalea-buf/Cargo.toml
+++ b/azalea-buf/Cargo.toml
@@ -7,7 +7,7 @@ license.workspace = true
repository.workspace = true
[dependencies]
-azalea-buf-macros = { path = "./azalea-buf-macros", version = "0.12.0" }
+azalea-buf-macros.workspace = true
byteorder.workspace = true
serde_json = { workspace = true, optional = true }
simdnbt.workspace = true