From befec958147cd1a4f90e378cae87f85467591c7f Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 15 Jul 2022 17:59:37 +0800 Subject: [PATCH] [cli] bump sea-schema version (SeaQL/sea-schema#76) --- sea-orm-cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index 0f2658f8a..7bb7c8f53 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -33,7 +33,7 @@ clap = { version = "^3.2", features = ["env", "derive"] } dotenv = { version = "^0.15" } async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] } sea-orm-codegen = { version = "^0.9.0", path = "../sea-orm-codegen", optional = true } -sea-schema = { version = "^0.9.2" } +sea-schema = { version = "^0.9.2", git = "https://github.com/SeaQL/sea-schema", branch = "mariadb-discover-system-versioned-tables" } sqlx = { version = "^0.6", default-features = false, features = [ "mysql", "postgres" ], optional = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing = { version = "0.1" }