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
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "seamantic"
version = "1.0.0"
version = "1.0.1"
description = "A library to enhance SeaORM"
repository = "https://git.skrundz.dev/quantumshade/seamantic"
keywords = ["SeaORM"]
+1
View File
@@ -31,6 +31,7 @@ macro_rules! migrations {
/// Auto-generated migration manager
#[automatically_derived]
#[non_exhaustive]
pub struct Migrator;
#[automatically_derived]