aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 317ea23c..b1fe4930 100644
--- a/azalea-registry/Cargo.toml
+++ b/azalea-registry/Cargo.toml
@@ -9,7 +9,7 @@ repository = { workspace = true }
[dependencies]
azalea-buf = { path = "../azalea-buf", version = "0.11.0" }
azalea-registry-macros = { path = "./azalea-registry-macros", version = "0.11.0" }
-serde = { workspace = true, optional = true }
+serde = { workspace = true, optional = true, features = ["derive"] }
simdnbt = { workspace = true }
[features]