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

Update the minimum version of sqlite3 #1667

Closed
wants to merge 1 commit into from

Commits on Jun 21, 2024

  1. Update the minimum version of sqlite3

    This project currently uses `sqlite3` version `1.4.2` which was released
    on 18 December 2019. The latest version of `sqlite3` currently available
    is `2.0.2` which was released on 23 May 2024.
    
    This commit updates the minimum version of `sqlite3` to version `1.5.0`
    that is readily able to compile on a M1 chip.
    smaboshe committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    1aca569 View commit details
    Browse the repository at this point in the history