1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update diesel to v2

This commit is contained in:
Rob Ede
2022-09-10 23:33:09 +01:00
parent fd86b650f1
commit ed04cc97b3
11 changed files with 68 additions and 50 deletions

View File

@ -14,6 +14,7 @@ members = [
"basics/todo",
"cors/backend",
"data-factory",
"databases/diesel",
"databases/mongodb",
"databases/postgres",
"databases/redis",
@ -60,7 +61,3 @@ members = [
"websockets/echo-actorless",
"websockets/echo",
]
exclude = [
# uses incompatible libsqlite-sys to other examples
"databases/diesel",
]