Skip to content

Commit

Permalink
fix compiling azalea-registry
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-1 committed Dec 21, 2024
1 parent ad30950 commit 831e8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azalea-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 831e8c1

Please sign in to comment.