Skip to content

Commit

Permalink
Merge pull request #140 from movementlabsxyz/mikhail/downgrade-bigdec…
Browse files Browse the repository at this point in the history
…imal

Downgrade bigdecimal dependency to 0.3
  • Loading branch information
andygolay authored Feb 11, 2025
2 parents 30f7c26 + 0ff55b7 commit 1b796d5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 11 deletions.
30 changes: 21 additions & 9 deletions Cargo.lock

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

5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,8 @@ backtrace = "0.3.58"
bcs = { git = "https://github.com/movementlabsxyz/bcs.git", rev = "bc16d2d39cabafaabd76173dd1b04b2aa170cf0c" }
better_any = "0.1.1"
bellman = { version = "0.13.1", default-features = false }
bigdecimal = { version = "0.4.0", features = ["serde"] }
# Bumped down to 0.3 due to https://github.com/diesel-rs/diesel/issues/4477
bigdecimal = { version = "0.3", features = ["serde"] }
version-compare = "0.1.1"
bitvec = "1.0.1"
blake2 = "0.10.4"
Expand Down Expand Up @@ -533,7 +534,7 @@ derivation-path = "0.2.0"
derive_builder = "0.20.0"
determinator = "0.12.0"
derive_more = "0.99.11"
diesel = "2.2.3"
diesel = "2.2.7"
diesel-async = { version = "0.5", features = [
"async-connection-wrapper",
"postgres",
Expand Down

0 comments on commit 1b796d5

Please sign in to comment.