-
-
Notifications
You must be signed in to change notification settings - Fork 511
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing downward feature runtime-tokio
.
#2174
Comments
Hey @xuxiaocheng0201,
Lines 116 to 126 in 0ff000b
|
Thanks @billy1624 . But I only use the Enable |
I see what you mean now. I just drafted a PR, would you like to try it? #2175 |
Fixed in #2171 |
Description
Enabled
runtime-tokio
insea-orm
but panicsin
sqlx-core
.Steps to Reproduce
sea-orm = { version = "1.0.0-rc.3", features = ["sqlx-sqlite", "runtime-tokio"] }
toCargo.toml
main.rs
:Expected Behavior
Normally run.
Actual Behavior
Panic:
Reproduces How Often
Always.
Workarounds
Missing downward feature.
Reproducible Example
Codes above.
Versions
I tested
1.0.0-rc.3
and0.12.15
, both had this problem.The text was updated successfully, but these errors were encountered: