aboutsummaryrefslogtreecommitdiff
path: root/azalea-registry
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-registry
parent6bbb3ec5eb3d4310c449bde289832f5f6f998791 (diff)
downloadazalea-drasl-57bdb88272fd9fc2ebc55aad16d3e162afa9bb2f.tar.xz
use workspace deps everywhere
Diffstat (limited to 'azalea-registry')
-rw-r--r--azalea-registry/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml
index 604ecadc..d85a378c 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -8,7 +8,7 @@ repository.workspace = true
[dependencies]
azalea-buf.workspace = true
-azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.12.0" }
+azalea-registry-macros.workspace = true
serde = { workspace = true, optional = true, features = ["derive"] }
simdnbt.workspace = true