Skip to content

Commit

Permalink
Merge pull request #14 from mamrhein/dependabot/cargo/fpdec-0.10
Browse files Browse the repository at this point in the history
Update fpdec requirement from 0.8 to 0.10
  • Loading branch information
mamrhein authored Jan 1, 2024
2 parents b6a5b93 + 7a0f384 commit 01aa004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["data-structures", "mathematics"]

[dependencies]
qty-macros = { version = "0.12.0", path = "qty-macros" }
fpdec = { version = "0.8", optional = true }
fpdec = { version = "0.10", optional = true }
serde = { version = "1", features = ["derive"], optional = true }

[dev-dependencies]
Expand Down

0 comments on commit 01aa004

Please sign in to comment.