Skip to content
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

panic at unreachable if it's not installed with --locked #232

Closed
kemingy opened this issue Nov 6, 2024 · 1 comment · Fixed by #233
Closed

panic at unreachable if it's not installed with --locked #232

kemingy opened this issue Nov 6, 2024 · 1 comment · Fixed by #233

Comments

@kemingy
Copy link

kemingy commented Nov 6, 2024

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

This could be solved by cargo install sqllogictest-bin --locked, though some crates are already yanked.

@skyzh
Copy link
Member

skyzh commented Nov 10, 2024

fixed with #233 :)

@kemingy kemingy closed this as completed Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants