You've already forked seamantic
Update sea-orm to 2.0.0-rc.7
This commit is contained in:
+4
-2
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user