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

Upgrade to sqlx 0.8 #46

Merged
merged 4 commits into from
Jul 26, 2024
Merged

Upgrade to sqlx 0.8 #46

merged 4 commits into from
Jul 26, 2024

Commits on Jul 26, 2024

  1. chore!: upgrade sqlx

    BREAKING CHANGE: `sqlx` 0.7 is no longer supported.
    connec committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    9a59857 View commit details
    Browse the repository at this point in the history
  2. chore: fix lints

    connec committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    437e260 View commit details
    Browse the repository at this point in the history
  3. chore!: simplify features

    The database-specific features haven't been required for a long time, and
    it's unnecessary to proxy `sqlx`'s features since the library can't
    really be useful without a direct dependency on `sqlx`.
    
    BREAKING CHANGE: all features have been removed. Configure
    database/runtime features directly on `sqlx`.
    connec committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ed42671 View commit details
    Browse the repository at this point in the history
  4. chore: bump version

    connec committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    ceaeda3 View commit details
    Browse the repository at this point in the history