You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An empty project with sea-orm as the only dependency fails to build when sqlx-sqlite and runtime-async-std-rustls are selected.
Steps to Reproduce
Add the following to Cargo.toml in an empty project.
[dependencies]
sea-orm = { version = "0.12", features = [ "sqlx-sqlite", "runtime-async-std-rustls", "macros"] }
Then cargo build yields a number of errors while compiling sqlx-sqlite dependency.
I am not sure if this is a sea-orm bug (not selecting the correct features of sqlx), or a bug in sqlx.
Description
An empty project with sea-orm as the only dependency fails to build when sqlx-sqlite and runtime-async-std-rustls are selected.
Steps to Reproduce
Add the following to
Cargo.toml
in an empty project.Then
cargo build
yields a number of errors while compiling sqlx-sqlite dependency.I am not sure if this is a sea-orm bug (not selecting the correct features of sqlx), or a bug in sqlx.
Versions
rustc 1.77.1
The text was updated successfully, but these errors were encountered: