From 04edb6699e951272b803c263df8d008ce7962607 Mon Sep 17 00:00:00 2001 From: ttyS3 Date: Tue, 2 Apr 2024 16:32:07 +0000 Subject: [PATCH] chore: update unrar.rs to fix aarch64, armv7 and musl libc issue --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f27d06199..3e246810f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1644,7 +1644,7 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" [[package]] name = "unrar" version = "0.5.3" -source = "git+https://github.com/ttys3/unrar.rs?branch=ttys3#63cab8ae9920615d6b71335369a299573f74585f" +source = "git+https://github.com/ttys3/unrar.rs?branch=ttys3#2bb7fbf4a7d2bfb374e54ca80bf3080870d8516d" dependencies = [ "bitflags 1.3.2", "regex", @@ -1655,7 +1655,7 @@ dependencies = [ [[package]] name = "unrar_sys" version = "0.3.1" -source = "git+https://github.com/ttys3/unrar.rs?branch=ttys3#63cab8ae9920615d6b71335369a299573f74585f" +source = "git+https://github.com/ttys3/unrar.rs?branch=ttys3#2bb7fbf4a7d2bfb374e54ca80bf3080870d8516d" dependencies = [ "cc", "libc",