From ec5246f5888f8e98665c2f611479b5832a1bfabf Mon Sep 17 00:00:00 2001 From: Victor Nordam Suadicani Date: Thu, 29 Aug 2024 11:24:01 +0200 Subject: [PATCH] Update Rust --- .github/workflows/ci.yaml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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