mirror of
https://github.com/mat-1/azalea.git
synced 2025-08-02 14:26:04 +00:00
fix incorrect usage of optional dependency
This commit is contained in:
parent
43ebbee94a
commit
55ed46d081
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ crc32fast = { workspace = true, optional = true }
|
|||
connecting = []
|
||||
default = ["packets"]
|
||||
packets = ["connecting", "dep:azalea-core", "crc32"]
|
||||
crc32 = ["crc32fast"]
|
||||
crc32 = ["dep:crc32fast"]
|
||||
|
|
Loading…
Add table
Reference in a new issue