Skip to content

Commit

Permalink
Update CLI & codegen dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Apr 27, 2022
1 parent 86e7e80 commit f05e9c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] }
sea-orm-codegen = { version = "^0.7.0", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.7.0", default-features = false, features = [
sea-schema = { version = "^0.7.0", git = "https://github.com/SeaQL/sea-schema", branch = "mysql-blob-mappings", default-features = false, features = [
"debug-print",
"sqlx-mysql",
"sqlx-sqlite",
Expand Down
2 changes: 1 addition & 1 deletion sea-orm-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ name = "sea_orm_codegen"
path = "src/lib.rs"

[dependencies]
sea-query = { version = "0.22.0" }
sea-query = { version = "0.24.2", git = "https://github.com/hunjixin/sea-query", branch = "support/bigger_blob" }
syn = { version = "^1", default-features = false, features = [
"derive",
"parsing",
Expand Down

0 comments on commit f05e9c7

Please sign in to comment.