diff --git a/crates/rc-zip/Cargo.toml b/crates/rc-zip/Cargo.toml index ce60e08..559c1a6 100644 --- a/crates/rc-zip/Cargo.toml +++ b/crates/rc-zip/Cargo.toml @@ -28,4 +28,4 @@ chardetng = "0.1.17" [features] default = ["sync", "file"] sync = ["libflate"] -file = ["positioned-io"] +file = ["positioned-io"] \ No newline at end of file