mentat/sql/Cargo.toml
dependabot[bot] c8c1363b14
Update ordered-float requirement from ~2.0 to ~2.5
Updates the requirements on [ordered-float](https://github.com/reem/rust-ordered-float) to permit the latest version.
- [Release notes](https://github.com/reem/rust-ordered-float/releases)
- [Commits](https://github.com/reem/rust-ordered-float/compare/v2.0.0...v2.5.1)

---
updated-dependencies:
- dependency-name: ordered-float
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-02 21:21:07 +00:00

25 lines
391 B
TOML

[package]
name = "mentat_sql"
version = "0.0.2"
workspace = ".."
[features]
sqlcipher = ["rusqlite/sqlcipher"]
[dependencies]
failure = "~0.1"
ordered-float = "~2.5"
[dependencies.rusqlite]
version = "~0.24"
features = ["limits", "bundled"]
[dependencies.core_traits]
path = "../core-traits"
[dependencies.mentat_core]
path = "../core"
[dependencies.sql_traits]
path = "../sql-traits"