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
Following the README instruction: cargo install sqllogictest-bin will update the tokio-postgres from 0.7.10 to 0.7.12, which has a potential breaking change that will cause a panic in
Following the README instruction:
cargo install sqllogictest-bin
will update thetokio-postgres
from 0.7.10 to 0.7.12, which has a potential breaking change that will cause a panic insqllogictest-rs/sqllogictest-engines/src/postgres/simple.rs
Line 46 in a6bbfdb
This could be solved by
cargo install sqllogictest-bin --locked
, though some crates are already yanked.The text was updated successfully, but these errors were encountered: