Skip to content

Commit

Permalink
Update the MSRV to 1.63.0.
Browse files Browse the repository at this point in the history
Signed-off-by: Erdem Meydanli <[email protected]>
  • Loading branch information
meerd committed Jul 26, 2023
1 parent f942266 commit 1eb6b16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust: [1.60.0, stable, nightly]
rust: [1.63.0, stable, nightly]
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONTAINER_TAG = nsm-api
DOCKERFILES_PATH = ${SRC_PATH}/Dockerfiles
BUILD_DOCKERFILE = ${DOCKERFILES_PATH}/Dockerfile.build
TEST_DOCKERFILE = ${DOCKERFILES_PATH}/Dockerfile.test
COMP_VERSION = 1.60.0
COMP_VERSION = 1.63.0
STABLE = stable
NIGHTLY = nightly

Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
## Nitro Secure Module library

[![version]][crates.io] [![docs]][docs.rs] ![msrv]
[![version]][crates.io]
[![docs]][docs.rs]
![msrv]

[version]: https://img.shields.io/crates/v/aws-nitro-enclaves-nsm-api.svg
[crates.io]: https://crates.io/crates/aws-nitro-enclaves-nsm-api
[docs]: https://img.shields.io/docsrs/aws-nitro-enclaves-nsm-api
[docs.rs]: https://docs.rs/aws-nitro-enclaves-nsm-api
[msrv]: https://img.shields.io/badge/MSRV-1.60.0-blue
[msrv]: https://img.shields.io/badge/MSRV-1.63.0-blue

This is a collection of helpers which Nitro Enclaves userland
applications can use to communicate with a connected NitroSecureModule (NSM) device.
Expand All @@ -16,7 +19,7 @@ Various operations can be requested such as:
- Entropy

## Prerequisites
An up-to-date RUST toolchain (v1.60.0 or later)
An up-to-date RUST toolchain (v1.63.0 or later)

## How To Build
1. Clone the repository
Expand Down

0 comments on commit 1eb6b16

Please sign in to comment.