]> Untitled Git - lemmy.git/commit
update diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882) (#2895)
authorCarlrs <restart@gmx.us>
Wed, 7 Jun 2023 10:54:40 +0000 (10:54 +0000)
committerGitHub <noreply@github.com>
Wed, 7 Jun 2023 10:54:40 +0000 (12:54 +0200)
commit24323e17b26b3a72e75c76b02963c151bce373d7
tree9de9a00b202f5b7f662c866b1926f39b109bf694
parentaf03dcfeac57a741dcd15c00009f496f7f0aa9c9
update diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882) (#2895)

* update diesel to 2.1.0 and diesel-async to 0.3.0 (issue #2882)

* get rid of deprecated RawValue type alias usage, explicitly import diesel types instead of using wildcard import

* Update diesel-derive-enum and diesel-derive-newtype libraries

* Revert manual changes to schema.rs

* Update to newer diesel-cli image in CI, run fix-clippy before schema comparison, update schema to one generated with diesel-cli 2.1.0 and clippyfixed

* Remove wildcard import lint, fix diesel schema pipeline

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
.woodpecker.yml
Cargo.lock
Cargo.toml
crates/db_schema/src/schema.rs
crates/db_schema/src/utils.rs