1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 20:17:45 +00:00

Merge pull request #7704 from nyurik/optimize-dd

feat: optimize `dd` parsing, bugfix
This commit is contained in:
Yuri Astrakhan 2025-04-14 15:58:11 -04:00 committed by GitHub
parent d37f500bd3
commit c1d2a07c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 42 additions and 54 deletions

2
Cargo.lock generated
View file

@ -1333,7 +1333,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.6",
]
[[package]]