Upgrade sea-schema to 0.2.5
This commit is contained in:
parent
2db5c5e8c9
commit
af26afcf71
@ -23,12 +23,12 @@ dotenv = { version = "^0.15" }
|
|||||||
async-std = { version = "^1.9", features = [ "attributes" ] }
|
async-std = { version = "^1.9", features = [ "attributes" ] }
|
||||||
sea-orm = { version = "^0.1", features = [ "sqlx-all" ] }
|
sea-orm = { version = "^0.1", features = [ "sqlx-all" ] }
|
||||||
sea-orm-codegen = { version = "^0.1", path = "../sea-orm-codegen" }
|
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-mysql",
|
||||||
"sqlx-postgres",
|
"sqlx-postgres",
|
||||||
"discovery",
|
"discovery",
|
||||||
"writer",
|
"writer",
|
||||||
], git = "https://github.com/SeaQL/sea-schema.git", branch = "pg-pk-generated-expr" }
|
] }
|
||||||
sqlx = { version = "^0.5", default-features = false, features = [ "mysql", "postgres" ] }
|
sqlx = { version = "^0.5", default-features = false, features = [ "mysql", "postgres" ] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
@ -15,7 +15,7 @@ name = "sea_orm_codegen"
|
|||||||
path = "src/lib.rs"
|
path = "src/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sea-query = { version = "^0.14" }
|
sea-query = { version = "^0.15" }
|
||||||
syn = { version = "^1", default-features = false, features = [
|
syn = { version = "^1", default-features = false, features = [
|
||||||
"derive",
|
"derive",
|
||||||
"parsing",
|
"parsing",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user