Fix sea-orm dependency

This commit is contained in:
Chris Tsang 2022-02-06 00:07:18 +08:00
parent d7cdc4ff7d
commit 09e2ac841a

View File

@ -16,7 +16,6 @@ rocket = { version = "0.5.0-rc.1", features = [
[dependencies.sea-orm] [dependencies.sea-orm]
# path = "../../../" # remove this line in your own project # path = "../../../" # remove this line in your own project
git = "https://github.com/SeaQL/sea-orm" git = "https://github.com/SeaQL/sea-orm"
branch = "migration"
version = "^0.5.0" version = "^0.5.0"
features = [ features = [
"macros", "macros",