Skip to content

Commit 20b9ad2

Browse files
andraprspetreeftime
authored andcommitted
aws-nitro-enclaves-cli.spec: Update minimum required Rust version
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]>
1 parent c061e9d commit 20b9ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SPECS/aws-nitro-enclaves-cli.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Source0: aws-nitro-enclaves-cli.tar.gz
2828
Source1: nitro-cli-dependencies.tar.gz
2929

3030
BuildRequires: openssl-devel
31-
BuildRequires: rust >= 1.47
32-
BuildRequires: cargo >= 1.47
31+
BuildRequires: rust >= 1.58
32+
BuildRequires: cargo >= 1.58
3333
BuildRequires: make
3434
BuildRequires: llvm
3535
BuildRequires: clang

0 commit comments

Comments
 (0)