aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azalea-protocol/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml
index 78e776b6..f2f6a9cf 100644
--- a/azalea-protocol/Cargo.toml
+++ b/azalea-protocol/Cargo.toml
@@ -54,4 +54,4 @@ crc32fast = { workspace = true, optional = true }
connecting = []
default = ["packets"]
packets = ["connecting", "dep:azalea-core", "crc32"]
-crc32 = ["crc32fast"]
+crc32 = ["dep:crc32fast"]