diff --git a/CHANGELOG.md b/CHANGELOG.md index 59a1579..c3f7a96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.0 + +Changes: +* Update minimum supported rust version to 1.63.0. + # 0.3.0 Changes: diff --git a/Cargo.toml b/Cargo.toml index 14c2617..1e7f581 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "aws-nitro-enclaves-nsm-api" -version = "0.3.0" +version = "0.4.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018" -rust-version = "1.60" +rust-version = "1.63" license = "Apache-2.0" description = "This library provides the API for the Nitro Secure Module used in AWS Nitro Enclaves." keywords = ["Nitro", "Enclaves", "AWS"] diff --git a/nsm-lib/Cargo.toml b/nsm-lib/Cargo.toml index 9d0d899..64b5770 100644 --- a/nsm-lib/Cargo.toml +++ b/nsm-lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-lib" -version = "0.3.0" +version = "0.4.0" 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 d9d3aa7..f446774 100644 --- a/nsm-test/Cargo.toml +++ b/nsm-test/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nsm-test" -version = "0.3.0" +version = "0.4.0" authors = ["The AWS Nitro Enclaves Team "] edition = "2018"