Skip to content

Commit

Permalink
fix deflater
Browse files Browse the repository at this point in the history
  • Loading branch information
suprohub committed Jan 30, 2025
1 parent fdd6322 commit b663426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumpkin-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ aes = "0.8"
cfb8 = "0.8"

# compression
libdeflater = "1.23"
libdeflater = { version = "1.23", features = ["freestanding"] }

0 comments on commit b663426

Please sign in to comment.