Skip to content

Commit d595047

Browse files
Fix zip-extensions patch not applying correctly
1 parent 2141b19 commit d595047

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ octocrab = "0.44"
1010
ferinth = "2.11"
1111
furse = "1.6"
1212

13+
[patch.crates-io]
14+
# Fix https://github.com/matzefriedrich/zip-extensions-rs/pull/19
15+
zip-extensions = { git = "https://github.com/andriipopazov/zip-extensions-rs", rev = "c3556d757574d4d00ee65a3f0c726b45ba44876f" }
16+
1317

1418
[package]
1519

libium/Cargo.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,3 @@ 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)