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>
Showing
- .woodpecker.yml 3 additions, 3 deletions.woodpecker.yml
- Cargo.lock 293 additions, 215 deletionsCargo.lock
- Cargo.toml 5 additions, 5 deletionsCargo.toml
- crates/db_schema/src/schema.rs 34 additions, 3 deletionscrates/db_schema/src/schema.rs
- crates/db_schema/src/utils.rs 1 addition, 1 deletioncrates/db_schema/src/utils.rs
Loading
Please register or sign in to comment