mentat/sql/Cargo.toml
dependabot[bot] e73effb7d2
Update ordered-float requirement from ~2.7 to ~2.8
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.7.0...v2.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-02 21:14:10 +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.8"
[dependencies.rusqlite]
version = "~0.25"
features = ["limits", "bundled"]
[dependencies.core_traits]
path = "../core-traits"
[dependencies.mentat_core]
path = "../core"
[dependencies.sql_traits]
path = "../sql-traits"