-
Notifications
You must be signed in to change notification settings - Fork 286
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
update cr-sqlite to v0.16.2 #488
Conversation
Update Cargo.toml to v0.16.1
0206e8a
to
42b5421
Compare
680d1ce
to
06a7207
Compare
@psarna can we merge this? |
@penberg as soon as conflicts are resolved - yeah |
06a7207
to
7a37236
Compare
Conflicts should be resolved. I'm going to follow this up with a PR that adds cr-sqlite tests and build to CI so you all can start grabbing the correct version for inclusion in Turso builds. The one you currently grab does not include the |
Can we go ahead an merge this? I meant I'd follow up with a separate PR to add cr-sqlite to CI since it'd be easier to review separately. |
This updates to match vlcn-io/cr-sqlite#399
I've conditional compilation based on whether or not we're in
libsql
keeping libsql up to date can be full automated. It previously required me doing a bunch of manual work and was slowing everything down to get changes over to the libsql side.