Skip to content

Commit

Permalink
chore(deps): bump bigdecimal (#5128)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanabi1224 authored Jan 13, 2025
1 parent 770b910 commit 1f9b500
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 191 deletions.
7 changes: 7 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,10 @@ retry = 5

[registries.crates-io]
protocol = "sparse"

[env]
# Disable exponential formatting in `bigdecimal`
# as a workaround for https://github.com/ChainSafe/forest/issues/4035
RUST_BIGDECIMAL_FMT_EXPONENTIAL_THRESHOLD = { value = "100", force = true } # 0.4.3
RUST_BIGDECIMAL_FMT_EXPONENTIAL_LOWER_THRESHOLD = { value = "100", force = true } # 0.4.7
RUST_BIGDECIMAL_FMT_EXPONENTIAL_UPPER_THRESHOLD = { value = "100", force = true } # 0.4.7
Loading

0 comments on commit 1f9b500

Please sign in to comment.