Skip to content

Commit

Permalink
Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Jan 29, 2024
1 parent 8d9e0ac commit 7514ded
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.65.0 # MSRV
- 1.70.0 # MSRV
- stable
target:
- wasm32-unknown-unknown
Expand All @@ -45,7 +45,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.70.0 # MSRV
- stable
target:
- thumbv7em-none-eabi
Expand All @@ -63,7 +63,7 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0 # MSRV
- 1.70.0 # MSRV
- stable
steps:
- uses: actions/checkout@v2
Expand All @@ -79,7 +79,7 @@ jobs:
matrix:
include:
- target: x86_64-unknown-linux-gnu
rust: 1.65.0 # MSRV
rust: 1.70.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 @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- `SecretKey::try_from_be_bytes()` takes just a slice reference instead of a `SecretBox`. ([#134])
- Bumped MSRV to 1.70. ([#134])


[#134]: https://github.com/nucypher/rust-umbral/pull/134
Expand Down

0 comments on commit 7514ded

Please sign in to comment.