Fix test
This commit is contained in:
parent
059b732401
commit
2f456d972f
@ -42,7 +42,7 @@ serde_json = { version = "^1", optional = true }
|
|||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
async-std = { version = "^1.9", features = [ "attributes" ] }
|
async-std = { version = "^1.9", features = [ "attributes" ] }
|
||||||
maplit = { version = "^1" }
|
maplit = { version = "^1" }
|
||||||
sea-orm = { path = ".", features = ["sqlx-sqlite", "runtime-async-std-native-tls"] }
|
sea-orm = { path = ".", features = ["sqlx-sqlite", "sqlx-json", "sqlx-chrono", "runtime-async-std-native-tls"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
debug-print = []
|
debug-print = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user