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
+4 -2
View File
@@ -10,7 +10,9 @@ rust-version = "1.85.0"
[workspace.lints.rust]
arithmetic_overflow = "forbid"
missing_docs = "forbid"
unsafe_code = "forbid"
unused_doc_comments = "forbid"
[workspace.lints.clippy]
arithmetic_side_effects = "forbid"
@@ -33,8 +35,8 @@ overflow-checks = true
strip = "debuginfo"
[workspace.dependencies]
sea-orm = { version = "2.0.0-rc.5", default-features = false }
sea-orm-migration = { version = "2.0.0-rc.5", default-features = false }
sea-orm = { version = "2.0.0-rc.7", default-features = false }
sea-orm-migration = { version = "2.0.0-rc.7", default-features = false }
serde = { version = "^1", default-features = false }
serde_test = { version = "^1", default-features = false }