Update sea-orm to 2.0.0-rc.7

This commit is contained in:
2025-09-18 22:22:11 -06:00
parent 792abdadfe
commit fcd437d608
9 changed files with 109 additions and 72 deletions
+1
View File
@@ -9,6 +9,7 @@ A library to enhance SeaORM
- build: `cargo hack --feature-powerset build`
- clippy: `cargo hack --feature-powerset clippy -- -D warnings`
- test: `cargo hack --feature-powerset test`
- test old: `cargo +1.85 hack --feature-powerset test`
- example: `cargo run --example=migrations --features=sqlite`
- fmt: `cargo fmt --check`
- docs: `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features`