1
Fork 0

core: Apparently you still need the postgres feature on diesel

This commit is contained in:
Steffo 2024-11-15 02:57:39 +01:00
parent 6ebf2ddd6d
commit 18b3619785
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[dependencies]
diesel = { version = "2.2.4", features = ["uuid"] }
diesel = { version = "2.2.4", features = ["postgres", "uuid"] }
diesel-async = { version = "0.5.1", features = ["postgres"] }
diesel_migrations = "2.2.0"
uuid = "1.11.0"