diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 65bf75e..1acf836 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -13,7 +13,7 @@ on: env: RUST_FMT: nightly-2023-04-01-x86_64-unknown-linux-gnu - RUST_CLIPPY: 1.65 + RUST_CLIPPY: 1.73 jobs: "lint_fmt": diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb958e..cceb7a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## Unreleased - Moved the postgres feature from the Rust SDK into this crate as its own code. +- Updated the CI Rust version to 1.73 ## 0.8.0