mirror of
https://github.com/actix/examples
synced 2024-11-27 16:02:57 +01:00
Fix for build failure in diesel example (#355)
This commit is contained in:
parent
bd2a0bb8fd
commit
3cebb01309
@ -16,6 +16,7 @@ bytes = "0.5"
|
||||
diesel = { version = "^1.1.0", features = ["sqlite", "r2d2"] }
|
||||
dotenv = "0.15"
|
||||
env_logger = "0.7"
|
||||
failure = "0.1.8"
|
||||
futures = "0.3.1"
|
||||
r2d2 = "0.8"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
Loading…
Reference in New Issue
Block a user