Skip to content

Commit

Permalink
temporarily switch to forked unrar.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lmkra committed Oct 3, 2023
1 parent 2218c16 commit 37dca94
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
os: ubuntu-latest
no-zstd-thin: true

# - target: armv7-unknown-linux-gnueabihf
# os: ubuntu-latest
# no-zstd-thin: true
- target: armv7-unknown-linux-gnueabihf
os: ubuntu-latest
no-zstd-thin: true

# - target: armv7-unknown-linux-musleabihf
# os: ubuntu-latest
# no-zstd-thin: true
- target: armv7-unknown-linux-musleabihf
os: ubuntu-latest
no-zstd-thin: true

- target: x86_64-apple-darwin
os: macos-latest
Expand Down
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ snap = "1.1.0"
tar = "0.4.40"
tempfile = "3.8.0"
time = { version = "0.3.29", default-features = false }
unrar = "0.5.1"
unrar = { git = "https://github.com/lmkra/unrar.rs.git", branch = "ouch-support" }
xz2 = "0.1.7"
zip = { version = "0.6.6", default-features = false, features = ["time"] }
zstd = { version = "0.12.4", default-features = false }
Expand Down

0 comments on commit 37dca94

Please sign in to comment.