Skip to content

Commit

Permalink
allow deprecated diesel stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
aumetra committed May 22, 2024
1 parent fe29827 commit 7e93d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ askama = { version = "0.12.1", default-features = false, features = [
] }
diesel = { version = "2.1.6", default-features = false, features = [
"32-column-tables",
"with-deprecated",
] }
diesel-async = { version = "0.4.1", features = [
"async-connection-wrapper",
Expand Down

0 comments on commit 7e93d7b

Please sign in to comment.