1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

Cargo: Bump fundu version v0.3.0 -> v0.4.2. Adjust test in test_tail.

This commit is contained in:
Joining7943 2023-02-28 07:36:04 +01:00
parent 43ce6c1a7e
commit 946aab37ed
4 changed files with 5 additions and 4 deletions

View file

@ -20,6 +20,7 @@ exacl
filetime
formatteriteminfo
fsext
fundu
getopts
getrandom
globset

4
Cargo.lock generated
View file

@ -880,9 +880,9 @@ dependencies = [
[[package]]
name = "fundu"
version = "0.3.0"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925250bc259498d4008ee072bf16586083ab2c491aa4b06b3c4d0a6556cebd74"
checksum = "da58c38fe7b706cead98429d8a8535261addbe55fd531c7d7c7d770346464010"
[[package]]
name = "futures"

View file

@ -282,7 +282,7 @@ filetime = "0.2"
fnv = "1.0.7"
fs_extra = "1.1.0"
fts-sys = "0.2"
fundu = "0.3.0"
fundu = "0.4.2"
gcd = "2.2"
glob = "0.3.0"
half = "2.1"

View file

@ -4459,7 +4459,7 @@ fn test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same
}
#[rstest]
#[case::exponent_exceed_float_max("1.0e2048")]
#[case::exponent_exceed_float_max("1.0e100000")]
#[case::underscore_delimiter("1_000")]
#[case::only_point(".")]
#[case::space_in_primes("' '")]