Skip to content

Commit

Permalink
Rust version bump
Browse files Browse the repository at this point in the history
Update minimum supported rust version (MSRV) to 1.68.2.

Signed-off-by: Eugene Koira <[email protected]>
  • Loading branch information
eugkoira committed Apr 16, 2024
1 parent d46776c commit 92280b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.67, stable, nightly]
rust: [1.68.2, stable, nightly]
key_feature_set:
- key_openssl_pkey
- key_kms
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords = ["COSE"]
categories = ["cryptography"]
repository = "https://github.com/awslabs/aws-nitro-enclaves-cose"
description = "This library aims to provide a safe Rust implementation of COSE, with COSE Sign1 currently implemented."
rust-version = "1.67"
rust-version = "1.68"

[dependencies]
serde_cbor = { version="0.11", features = ["tags"] }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[crates.io]: https://crates.io/crates/aws-nitro-enclaves-cose
[docs]: https://img.shields.io/docsrs/aws-nitro-enclaves-cose
[docs.rs]: https://docs.rs/aws-nitro-enclaves-cose
[msrv]: https://img.shields.io/badge/MSRV-1.67.1-blue
[msrv]: https://img.shields.io/badge/MSRV-1.68.2-blue

## COSE for AWS Nitro Enclaves

Expand Down

0 comments on commit 92280b2

Please sign in to comment.