From 430dd4aded4c673fb016806173c9e8f93b882048 Mon Sep 17 00:00:00 2001 From: Christian Douven Date: Mon, 18 Dec 2023 11:14:16 +0100 Subject: [PATCH] MSVR 1.68 --- .github/workflows/CI.yml | 2 +- CHANGELOG.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bf4bef3..1b45e2f 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,7 +26,7 @@ jobs: "--features 'rocket api-error'", ] rust: [ - 1.65.0, # MSRV + 1.68.0, # MSRV nightly, # it is good practise to test libraries against nightly to catch regressions in the compiler early ] fail-fast: false # don't want to kill the whole CI if nightly fails diff --git a/CHANGELOG.md b/CHANGELOG.md index cc5f92e..8439adf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - update `http` to 1.0 - update `axum-core` to 0.4.1 +- update MSRV to 1.68 ## [0.57.0] - 2023-07-04