-
Notifications
You must be signed in to change notification settings - Fork 12
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
Build fails when rusqlite/git is used #22
Comments
Can you please try crate version 0.34? |
Hi! Sorry for the delay here. It basically gives the same error:
I think I see that you updated the dependency, it's a bit of cat-and-mouse game... I don't know rust enough to say if there's a way to say "latest possible version of a dependency"... Anyway, if you don't mind, I took the relevant code from your project and incorporated in mine, it works like a charm, so thanks. How can I give proper attribution? I also used the same code in a project for DuckDB, it works flawslessly too, if you are interested in porting. |
Hi! Thank you for the library. I have a project that uses rusqlite and serde-rusqlite. If I use:
All is well, but if I use the GIT version of rusqlite...
It fails. If I remove serde_rusqlite, all is well again. I paste the error below; is there a way to fix this?
Thank you!
G.
The text was updated successfully, but these errors were encountered: