Merge pull request #16951 from cho-m/unpack-crate

unpack_strategy: allow unpacking .crate (as a gzipped tar)
This commit is contained in:
Michael Cho 2024-03-27 18:00:40 -04:00 committed by GitHub
commit 4fa7264a52
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,8 @@ module UnpackStrategy
".tgz", ".tar.gz",
".tlzma", ".tar.lzma",
".txz", ".tar.xz",
".tar.zst"
".tar.zst",
".crate"
]
end