Updated most of the libraries and fixed the resulting deprecated warnings
This commit is contained in:
parent
40b9a90bf9
commit
9be7442f7d
7 changed files with 919 additions and 1284 deletions
|
@ -1,4 +1,6 @@
|
|||
table! {
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
posts (id) {
|
||||
id -> Nullable<Integer>,
|
||||
title -> Text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue