Skip to content

Commit

Permalink
Update fpdec requirement from 0.8 to 0.10
Browse files Browse the repository at this point in the history
Updates the requirements on [fpdec](https://github.com/mamrhein/fpdec.rs) to permit the latest version.
- [Release notes](https://github.com/mamrhein/fpdec.rs/releases)
- [Changelog](https://github.com/mamrhein/fpdec.rs/blob/main/CHANGES.TXT)
- [Commits](https://github.com/mamrhein/fpdec.rs/compare/fpdec@0.8.0...fpdec@0.10.0)

---
updated-dependencies:
- dependency-name: fpdec
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent b6a5b93 commit 7a0f384
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 7a0f384

Please sign in to comment.