mirror of
https://gitea.tendokyu.moe/beerpsi/fsdecrypt.git
synced 2026-09-27 09:23:28 +03:00
Merge pull request 'chore: repoint exfat-fs patch to v0.1.3-tag-based commit' (#11) from jujuforce/fsdecrypt:fix/exfat-empty-file-rev-clean into trunk
This commit is contained in:
Generated
+1
-1
@@ -481,7 +481,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "exfat-fs"
|
||||
version = "0.1.3"
|
||||
source = "git+https://github.com/jujuforce/exfat-fs.git?rev=7067f6afe3c21d9c737288475b29e5dae790e206#7067f6afe3c21d9c737288475b29e5dae790e206"
|
||||
source = "git+https://github.com/jujuforce/exfat-fs.git?rev=dc50d0539246a91f08ad01b565e408f7f94136b6#dc50d0539246a91f08ad01b565e408f7f94136b6"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"bytemuck",
|
||||
|
||||
+2
-2
@@ -27,7 +27,7 @@ strip = "none"
|
||||
# empty file legitimately has FirstCluster = 0 / DataLength = 0. That aborts
|
||||
# the whole extraction the moment an OPTION container contains any 0-byte file.
|
||||
# Until the fix lands in a published release, override with a fork branch that
|
||||
# is the 0.1.3 release plus only that one-function fix (identical public API).
|
||||
# is the v0.1.3 release tag plus only that one-function fix (identical public API).
|
||||
# See https://github.com/jujuforce/exfat-fs/tree/v0.1.3-empty-file-fix
|
||||
[patch.crates-io]
|
||||
exfat-fs = { git = "https://github.com/jujuforce/exfat-fs.git", rev = "7067f6afe3c21d9c737288475b29e5dae790e206" }
|
||||
exfat-fs = { git = "https://github.com/jujuforce/exfat-fs.git", rev = "dc50d0539246a91f08ad01b565e408f7f94136b6" }
|
||||
|
||||
Reference in New Issue
Block a user