Skip to content

Commit

Permalink
aws-nitro-enclaves-cli.spec: Update minimum required Rust version
Browse files Browse the repository at this point in the history
The Rust version has been updated to 1.58 in the Cargo.toml files for
nitro-cli.

Modify the minimum required Rust version in the spec file to be 1.58.

Signed-off-by: Andra Paraschiv <[email protected]>
  • Loading branch information
andraprs authored and petreeftime committed Oct 26, 2022
1 parent c061e9d commit 20b9ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SPECS/aws-nitro-enclaves-cli.spec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Source0: aws-nitro-enclaves-cli.tar.gz
Source1: nitro-cli-dependencies.tar.gz

BuildRequires: openssl-devel
BuildRequires: rust >= 1.47
BuildRequires: cargo >= 1.47
BuildRequires: rust >= 1.58
BuildRequires: cargo >= 1.58
BuildRequires: make
BuildRequires: llvm
BuildRequires: clang
Expand Down

0 comments on commit 20b9ad2

Please sign in to comment.