From 92280b2c58ba9d926427fd86c025d95b2f64c2fc Mon Sep 17 00:00:00 2001 From: Eugene Koira Date: Tue, 16 Apr 2024 15:10:48 +0000 Subject: [PATCH] Rust version bump Update minimum supported rust version (MSRV) to 1.68.2. Signed-off-by: Eugene Koira --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8428af6..cc6c79d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/Cargo.toml b/Cargo.toml index 8f6de33..d82354c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } diff --git a/README.md b/README.md index 525321e..115dd2e 100644 --- a/README.md +++ b/README.md @@ -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