Skip to content

Commit

Permalink
Merge pull request #36 from swim-io/dependabot/cargo/rust_decimal_mac…
Browse files Browse the repository at this point in the history
…ros-1.22.0
  • Loading branch information
swimricky authored Feb 23, 2022
2 parents 590de90 + 4b327a5 commit c41e030
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ borsh-derive = "0.9.1"
# This must be pinned to 0.9.1 until Solana's Rust fork supports Rust >=1.56.1
uint = { version = "=0.9.1", default-features = false }
rust_decimal = {version = "1.22", features = [ "maths" ] }
rust_decimal_macros = "1.15"
rust_decimal_macros = "1.22"

#error handling
thiserror = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ borsh-derive = "0.9.1"
#numerics
uint = { version = "=0.9.1", default-features = false }
rust_decimal = {version = "1.22", features = [ "maths" ] }
rust_decimal_macros = "1.15"
rust_decimal_macros = "1.22"

#error handling
thiserror = "1.0"
Expand Down

0 comments on commit c41e030

Please sign in to comment.