Fix sea-schema dependency

This commit is contained in:
Chris Tsang 2022-02-05 20:58:22 +08:00
parent e305c6669c
commit 3cde517d2a
3 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,6 @@ name = "migration"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", branch = "restructure-sea-query-dep", default-features = false, features = [ "migration", "debug-print" ] } sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", default-features = false, features = [ "migration", "debug-print" ] }
entity = { path = "../entity" } entity = { path = "../entity" }
rocket = { version = "0.5.0-rc.1" } rocket = { version = "0.5.0-rc.1" }

View File

@ -22,7 +22,7 @@ clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" } dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] } async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] }
sea-orm-codegen = { version = "^0.5.0", path = "../sea-orm-codegen" } sea-orm-codegen = { version = "^0.5.0", path = "../sea-orm-codegen" }
sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", branch = "restructure-sea-query-dep", default-features = false, features = [ sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", default-features = false, features = [
"debug-print", "debug-print",
"sqlx-mysql", "sqlx-mysql",
"sqlx-sqlite", "sqlx-sqlite",

View File

@ -9,4 +9,4 @@ name = "migration"
path = "src/lib.rs" path = "src/lib.rs"
[dependencies] [dependencies]
sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", branch = "restructure-sea-query-dep", default-features = false, features = [ "migration", "debug-print" ] } sea-schema = { git = "https://github.com/SeaQL/sea-schema.git", default-features = false, features = [ "migration", "debug-print" ] }