Update [issues]

This commit is contained in:
Billy Chan 2022-07-06 17:02:59 +08:00
parent beef8211d8
commit 74b4d80f9d
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -13,8 +13,7 @@ serde = "^1"
tokio = { version = "^1", features = ["rt", "rt-multi-thread", "macros"] } tokio = { version = "^1", features = ["rt", "rt-multi-thread", "macros"] }
[dependencies.sea-orm] [dependencies.sea-orm]
path = "../../" # remove this line in your own project path = "../../"
version = "^0.7"
default-features = false default-features = false
features = ["macros", "runtime-tokio-native-tls", "debug-print", "with-json", "with-chrono"] features = ["macros", "runtime-tokio-native-tls", "debug-print", "with-json", "with-chrono"]