diff options
| author | mat <git@matdoes.dev> | 2024-12-21 02:40:53 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-12-21 02:40:53 +0000 |
| commit | 831e8c167ffd527d56d97775fa01edfc27a2102c (patch) | |
| tree | 0c30e3529fe4830eef7fe4ad11243c933420f86d | |
| parent | ad30950f85ce5516b3706513684f1b0d98c467db (diff) | |
| download | azalea-drasl-831e8c167ffd527d56d97775fa01edfc27a2102c.tar.xz | |
fix compiling azalea-registry
| -rw-r--r-- | azalea-registry/Cargo.toml | 2 |
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] |
