-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update minimum supported rust version (MSRV) to 1.68.2. Signed-off-by: Erdem Meydanli <[email protected]>
- Loading branch information
Showing
10 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "1.2.3" | |
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
license = "Apache-2.0" | ||
rust-version = "1.60" | ||
rust-version = "1.68" | ||
|
||
[dependencies] | ||
serde = { version = ">=1.0", features = ["derive"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ version = "0.1.0" | |
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
description = "Rust FFI bindings to Linux Nitro Enclaves driver generated using bindgen." | ||
rust-version = "1.60" | ||
rust-version = "1.68" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "eif_loader" | |
version = "0.1.0" | ||
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.60" | ||
rust-version = "1.68" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "enclave_build" | |
version = "0.1.0" | ||
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.60" | ||
rust-version = "1.68" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "command-executer" | |
version = "0.1.0" | ||
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.60" | ||
rust-version = "1.68" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "vsock-proxy" | |
version = "0.1.0" | ||
authors = ["The AWS Nitro Enclaves Team <[email protected]>"] | ||
edition = "2018" | ||
rust-version = "1.60" | ||
rust-version = "1.68" | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|