Mark generated Migrator struct as non_exhaustive

This commit is contained in:
2026-09-06 15:55:58 -06:00
parent a5454bda71
commit 52d549ddb4
4 changed files with 9 additions and 6 deletions
+2
View File
@@ -9,6 +9,8 @@ license-file = "LICENSE.md"
publish = false
[workspace.dependencies]
seamantic = { path = "crates/seamantic", version = "=1.0.1", default-features = false }
sea-orm = { version = "^2.0.0", default-features = false }
sea-orm-migration = { version = "^2.0.0", default-features = false }
serde = { version = "^1.0.220", default-features = false }