Skip to content

Commit

Permalink
Bump MSRV 1.56->1.58
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddrysdale committed Jan 25, 2024
1 parent b84755b commit 52c8e3b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 52c8e3b

Please sign in to comment.