Skip to content

Commit

Permalink
Remove git dependency on Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 11, 2021
1 parent d6ed549 commit 749170c
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 @@ -22,7 +22,7 @@ clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm-codegen = { version = "^0.4.1", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.9", git = "https://github.com/SeaQL/sea-schema.git", branch = "sea-orm/pulls/348", default-features = false, features = [
sea-schema = { version = "0.3.0", default-features = false, features = [
"debug-print",
"sqlx-mysql",
"sqlx-postgres",
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.19.0", git = "https://github.com/SeaQL/sea-query.git", branch = "pulls/201" }
sea-query = { version = "0.19.3" }
syn = { version = "^1", default-features = false, features = [
"derive",
"parsing",
Expand Down

0 comments on commit 749170c

Please sign in to comment.