aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTeddy Wing2021-05-30 00:15:36 +0200
committerTeddy Wing2021-05-30 00:20:39 +0200
commit278db85ab836948bc11fe2d26da126fc7695c083 (patch)
tree079c19d9a165a391c684b8ba4c3d3a46b79a5d56 /Cargo.toml
parent768b67c966e9a78864b450b6051974d096f1d412 (diff)
downloadreflectub-278db85ab836948bc11fe2d26da126fc7695c083.tar.bz2
database::repo_get: Don't need my own error for empty row
Sqlx already returns an appropriate error if no row was found.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 588ee18..182ccdf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,4 +11,4 @@ tokio = { version = "1.6.1", features = ["macros", "rt"] }
[dependencies.sqlx]
version = "0.5.5"
-features = ["chrono", "macros", "runtime-tokio-rustls", "sqlite"]
+features = ["chrono", "runtime-tokio-rustls", "sqlite"]