From cfcf7a29587f5bc9338a2535221af84492f949c5 Mon Sep 17 00:00:00 2001 From: Petre Eftime Date: Mon, 18 Apr 2022 11:17:30 +0000 Subject: [PATCH] Update to 0.2.1 Signed-off-by: Petre Eftime --- CHANGELOG.md | 11 +++++++++++ Cargo.toml | 2 +- nsm-lib/Cargo.toml | 2 +- nsm-test/Cargo.toml | 2 +- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f63646..cda9b73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# 0.2.1 + +Fixes: +* build container on other distros than Amazon Linux 2 +* build container permissions +* nsm-lib header generation + +Updates: +* default build container rust version to 1.58.1 +* cbindgen to 0.21 + # 0.2.0 * Added top level crate diff --git a/Cargo.toml b/Cargo.toml index f09e42b..86e8df1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aws-nitro-enclaves-nsm-api" -version = "0.2.0" +version = "0.2.1" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" license = "Apache-2.0" diff --git a/nsm-lib/Cargo.toml b/nsm-lib/Cargo.toml index acdec9b..884239d 100644 --- a/nsm-lib/Cargo.toml +++ b/nsm-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-lib" -version = "0.2.0" +version = "0.2.1" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" license = "Apache-2.0" diff --git a/nsm-test/Cargo.toml b/nsm-test/Cargo.toml index 4559225..d9ae2cf 100644 --- a/nsm-test/Cargo.toml +++ b/nsm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-test" -version = "0.2.0" +version = "0.2.1" authors = ["The AWS Nitro Enclaves Team "] edition = "2018"