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
Did a cargo update with the following changes to my cargo.toml file:
sqlx = { version = "0.5.3", features = [ "runtime-actix-rustls", "postgres","chrono","json"] }
then did cargo update
then cargo run
But now get error : "error: could not compile sqlx-core"
Platform => vscode, osx, rust analyzer
Tried reverting my cargo.toml file to : sqlx = { version = "0.5.1", features = [ "runtime-actix-rustls", "postgres","chrono","json"] }
then cargo update
But still get the same error.
How does one revert back to a working version.
The text was updated successfully, but these errors were encountered:
Did a cargo update with the following changes to my cargo.toml file:
But now get error : "error: could not compile
sqlx-core
"Platform => vscode, osx, rust analyzer
Tried reverting my cargo.toml file to : sqlx = { version = "0.5.1", features = [ "runtime-actix-rustls", "postgres","chrono","json"] }
then cargo update
But still get the same error.
How does one revert back to a working version.
The text was updated successfully, but these errors were encountered: