Skip to content

Commit 9b94c13

Browse files
committed
switch to official unrar 0.5.2
1 parent 14ed787 commit 9b94c13

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

+5-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-3
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,11 @@ snap = "1.1.0"
3030
tar = "0.4.40"
3131
tempfile = "3.8.1"
3232
time = { version = "0.3.30", default-features = false }
33+
unrar = "0.5.2"
3334
xz2 = "0.1.7"
3435
zip = { version = "0.6.6", default-features = false, features = ["time"] }
3536
zstd = { version = "0.13.0", default-features = false }
3637

37-
[patch.crates-io]
38-
unrar = { git = "https://github.com/lmkra/unrar.rs.git", rev = "aa820e705e116e1e7c1b5e83c2a1102f33b69209" }
39-
4038
[target.'cfg(not(unix))'.dependencies]
4139
is_executable = "1.0.1"
4240

0 commit comments

Comments
 (0)