Upgrade sea-schema to 0.2.5

This commit is contained in:
Chris Tsang 2021-08-21 23:01:24 +08:00
parent 2db5c5e8c9
commit af26afcf71
2 changed files with 3 additions and 3 deletions

View File

@ -23,12 +23,12 @@ dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm = { version = "^0.1", features = [ "sqlx-all" ] }
sea-orm-codegen = { version = "^0.1", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.4", default-features = false, features = [
sea-schema = { version = "^0.2.5", default-features = false, features = [
"sqlx-mysql",
"sqlx-postgres",
"discovery",
"writer",
], git = "https://github.com/SeaQL/sea-schema.git", branch = "pg-pk-generated-expr" }
] }
sqlx = { version = "^0.5", default-features = false, features = [ "mysql", "postgres" ] }
[features]

View File

@ -15,7 +15,7 @@ name = "sea_orm_codegen"
path = "src/lib.rs"
[dependencies]
sea-query = { version = "^0.14" }
sea-query = { version = "^0.15" }
syn = { version = "^1", default-features = false, features = [
"derive",
"parsing",