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

sea-query-rusqlite - rusqlite 0.30 is not supported by sea-query-rusqlite version 0.4 #726

Closed
jeremychone opened this issue Dec 23, 2023 · 2 comments · Fixed by #728
Closed

Comments

@jeremychone
Copy link
Contributor

Here are the typos fixed:

Description

rusqlite 0.30 is not supported by sea-query-rusqlite 0.4

Steps to Reproduce

  1. Cargo.toml
sea-query = "0.30"
sea-query-rusqlite = "0.4"
rusqlite = { version = "0.30", features = ["bundled"] }
  1. Will fail to compile because sea-query-rusqlite bundles rusqlite 0.29.

  2. rusqlite = "0.30" without the bundled feature will fail as well.

Expected Behavior

Should compile with the latest rusqlite

Actual Behavior

Fails to compile when rusqlite = "0.30" but works when rusqlite = "0.29".

Reproduces How Often

Always reproducible.

Versions

sea-query = "0.30"
sea-query-rusqlite = "0.4"
@jeremychone jeremychone changed the title rusqlite 0.30 is not supported by sea-query-rusqlite version 0.4 sea-query-rusqlite - rusqlite 0.30 is not supported by sea-query-rusqlite version 0.4 Dec 23, 2023
@jeremychone
Copy link
Contributor Author

Thanks so much for the incredibly fast turnaround!

@tyt2y3
Copy link
Member

tyt2y3 commented Jan 1, 2024

I am experimenting with "release little, release often" these days )

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