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

Merge pull request #7630 from cakebaker/bump_bigdecimal

Bump `bigdecimal` & fix failing test
This commit is contained in:
Sylvestre Ledru 2025-04-01 21:29:52 +02:00 committed by GitHub
commit cd4d75bfad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 45 deletions

4
Cargo.lock generated
View file

@ -126,9 +126,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "bigdecimal"
version = "0.4.7"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
dependencies = [
"autocfg",
"libm",