diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index f40d0fd6..f210bef3 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -35,7 +35,7 @@ clap = { version = "^3.2", features = ["env", "derive"], optional = true } dotenvy = { version = "^0.15", optional = true } async-std = { version = "^1.9", features = ["attributes", "tokio1"], optional = true } sea-orm-codegen = { version = "^0.10.0", path = "../sea-orm-codegen", optional = true } -sea-schema = { version = "^0.10.2", git = "https://github.com/SeaQL/sea-schema" } +sea-schema = { version = "^0.10.2" } sqlx = { version = "^0.6", default-features = false, features = ["mysql", "postgres"], optional = true } tracing-subscriber = { version = "0.3", features = ["env-filter"] } tracing = { version = "0.1" } diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index 28f4e14c..18b95e00 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -25,7 +25,7 @@ clap = { version = "^3.2", features = ["env", "derive"], optional = true } dotenvy = { version = "^0.15", optional = true } sea-orm = { version = "^0.10.0", path = "../", default-features = false, features = ["macros"] } sea-orm-cli = { version = "^0.10.0", path = "../sea-orm-cli", default-features = false, optional = true } -sea-schema = { version = "^0.10.2", git = "https://github.com/SeaQL/sea-schema" } +sea-schema = { version = "^0.10.2" } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }