From 831e8c167ffd527d56d97775fa01edfc27a2102c Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 21 Dec 2024 02:40:53 +0000 Subject: [PATCH] fix compiling azalea-registry --- azalea-registry/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-registry/Cargo.toml b/azalea-registry/Cargo.toml index 317ea23ca..b1fe49305 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]