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

Fix CI after Rust 1.80, remove dead feature references #3381

Merged
merged 15 commits into from
Jul 27, 2024
Merged

Commits on Jul 26, 2024

  1. fix(ci): update workflows/examples.yml

    * Removed archived `actions-rs` actions
    * Upgraded `Swatinem/rust-cache`, `actions/checkout`, `actions/download-artifact`, `actions/upload-artifact`
    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e8c117c View commit details
    Browse the repository at this point in the history
  2. chore: deprecate AnyKind

    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5d97b68 View commit details
    Browse the repository at this point in the history
  3. fix: remove dead references to DB features in sqlx-core

    This reactivates a couple of tests that had stopped working.
    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    417835c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b110c29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df1e72b View commit details
    Browse the repository at this point in the history
  6. fix warnings

    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    292f082 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    87c6640 View commit details
    Browse the repository at this point in the history
  8. fix warnings (2)

    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    69d2d06 View commit details
    Browse the repository at this point in the history
  9. fix error in pool example

    abonander committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    36fe401 View commit details
    Browse the repository at this point in the history
  10. fix warnings (3)

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

Commits on Jul 27, 2024

  1. fix query_builder test

    abonander committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    3d291c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef50c42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c009cea View commit details
    Browse the repository at this point in the history
  4. fix(postgres): fix missing Tokio specialization in PgCopyIn

    Caught by the new `unexpected_cfgs` lint.
    abonander committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    fc91f14 View commit details
    Browse the repository at this point in the history
  5. fix new warnings

    abonander committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    eebf39a View commit details
    Browse the repository at this point in the history