summaryrefslogtreecommitdiff
path: root/schist_models
diff options
context:
space:
mode:
Diffstat (limited to 'schist_models')
-rw-r--r--schist_models/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/schist_models/Cargo.toml b/schist_models/Cargo.toml
index a3e5021..51ac324 100644
--- a/schist_models/Cargo.toml
+++ b/schist_models/Cargo.toml
@@ -10,7 +10,7 @@ derive_builder = { workspace = true }
diesel = { workspace = true, features = ["sqlite"] }
diesel_migrations = { workspace = true }
schist_traits = { path = "../schist_traits" }
-serde = { workspace = true, features = ["derive"] }
+serde = { workspace = true, features = ["derive"] }
[dev-dependencies]
libsqlite3-sys = { workspace = true, features = ["bundled"] }