Skip to content

Commit 4b851f3

Browse files
committed
Release v0.4.0.
Signed-off-by: Erdem Meydanli <meydanli@amazon.com>
1 parent 1eb6b16 commit 4b851f3

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.0
2+
3+
Changes:
4+
* Update minimum supported rust version to 1.63.0.
5+
16
# 0.3.0
27

38
Changes:

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[package]
22
name = "aws-nitro-enclaves-nsm-api"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
55
edition = "2018"
6-
rust-version = "1.60"
6+
rust-version = "1.63"
77
license = "Apache-2.0"
88
description = "This library provides the API for the Nitro Secure Module used in AWS Nitro Enclaves."
99
keywords = ["Nitro", "Enclaves", "AWS"]

nsm-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nsm-lib"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
55
edition = "2018"
66
license = "Apache-2.0"

nsm-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nsm-test"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["The AWS Nitro Enclaves Team <aws-nitro-enclaves-devel@amazon.com>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)