From 52c8e3b3c4c33af7722c95d71b55652bb112551a Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Wed, 24 Jan 2024 17:33:23 +0000 Subject: [PATCH] Bump MSRV 1.56->1.58 --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 5 +++++ README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08f27db..8d9f23b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -90,7 +90,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [1.56.0, 1.57.0] + rust: [1.58.0, 1.59.0] steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 with: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe755c..c5f22c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.3.7 - TBD + +- Bump MSRV to 1.58. +- Update dependencies. + ## 0.3.6 - 2024-01-15 - Helpers for ordering of fields in a `COSE_Key`: diff --git a/README.md b/README.md index f30ad4e..5fb69b6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This crate supports `no_std` (when the `std` feature is not set, which is the de ## Minimum Supported Rust Version -MSRV is 1.56 (the main `ciborium` dependency is `edition="2021"`) +MSRV is 1.58. ## Integer Ranges