Skip to content

Commit 2141b19

Browse files
authored
Fix libium failing to compile due to a missing generic type in zip-extensions (#471)
Can be reverted once matzefriedrich/zip-extensions-rs#19 is merged and released
1 parent a82d90c commit 2141b19

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libium/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ regex = "1.11"
3737
sha1 = "0.10"
3838
home = "0.5"
3939
zip = "2.5"
40+
41+
[patch.crates-io]
42+
# Fix https://github.com/matzefriedrich/zip-extensions-rs/pull/19
43+
zip-extensions = { git = "https://github.com/andriipopazov/zip-extensions-rs", rev = "c3556d757574d4d00ee65a3f0c726b45ba44876f" }

0 commit comments

Comments
 (0)