Skip to content

Commit

Permalink
Bump MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 15, 2023
1 parent f90297c commit aaeb755
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/umbral-pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.60.0 # MSRV
- stable
target:
- wasm32-unknown-unknown
Expand All @@ -47,7 +47,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.60.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
rust:
- 1.57.0 # MSRV
- 1.60.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
Expand All @@ -83,7 +83,7 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
rust: 1.57.0 # MSRV
rust: 1.60.0 # MSRV
- target: x86_64-unknown-linux-gnu
rust: stable

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed `VerifiedCapsuleFrag::from_verified_bytes()` and `VerifiedKeyFrag::from_verified_bytes()`. For this behavior, deserialize into `CapsuleFrag` or `KeyFrag` and call `skip_verification()`. ([#110])
- `Capsule` no longer implements `Copy`. ([#110])
- Removed default serialization methods for `PublicKey` and `Signature` in the bindings; use `to_compressed_bytes()`/`to_der_bytes()` instead. ([#110])
- MSRV bumped to 1.60 to satisfy the dependencies. ([#111])


### Added
Expand Down

0 comments on commit aaeb755

Please sign in to comment.