1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-02 14:07:46 +00:00

Merge pull request #4927 from cakebaker/bump_fundu_and_fix_compile_errors

Bump fundu to 1.0.0 and fix compile errors
This commit is contained in:
Sylvestre Ledru 2023-06-10 09:23:21 +02:00 committed by GitHub
commit 63b84fed8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 13 deletions

4
Cargo.lock generated
View file

@ -956,9 +956,9 @@ dependencies = [
[[package]]
name = "fundu"
version = "0.5.1"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a37cfff04a32112c22c5497b20b0b09100fca406e76afd47b2ba5ab33d7a851"
checksum = "47af3b646bdd738395be2db903fc11a5923b5e206016b8d4ad6db890bcae9bd5"
[[package]]
name = "futures"