Skip to content

Commit 731df32

Browse files
ShnatselByron
andauthored
Update Cargo.toml
Co-authored-by: Sebastian Thiel <[email protected]>
1 parent 1f78c5c commit 731df32

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ exclude = [".*"]
2121
[dependencies]
2222
libz-sys = { version = "1.1.20", optional = true, default-features = false }
2323
libz-ng-sys = { version = "1.1.16", optional = true }
24-
libz-rs-sys = { version = "0.3.0", optional = true, default-features = false, features = ["std", "rust-allocator"] } # this matches the default features, but we don't want to depend on the default features staying the same
24+
# this matches the default features, but we don't want to depend on the default features staying the same
25+
libz-rs-sys = { version = "0.3.0", optional = true, default-features = false, features = ["std", "rust-allocator"] }
2526
cloudflare-zlib-sys = { version = "0.3.0", optional = true }
2627
miniz_oxide = { version = "0.8.0", optional = true, default-features = false, features = ["with-alloc"] }
2728
crc32fast = "1.2.0"

0 commit comments

Comments
 (0)