From 2d5967df08ba9e8998b9dc4680b653e37fbfc408 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Sun, 27 Mar 2022 17:43:02 +0800 Subject: [PATCH] Update CLI migrate init template --- sea-orm-cli/template/migration/_Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea-orm-cli/template/migration/_Cargo.toml b/sea-orm-cli/template/migration/_Cargo.toml index 7a71863d1..73d34bfaf 100644 --- a/sea-orm-cli/template/migration/_Cargo.toml +++ b/sea-orm-cli/template/migration/_Cargo.toml @@ -9,4 +9,4 @@ name = "migration" path = "src/lib.rs" [dependencies] -sea-schema = { version = "^0.5.0", default-features = false, features = [ "migration", "debug-print" ] } +sea-schema = { version = "^0.7.0", default-features = false, features = [ "migration", "debug-print" ] }