From 176155744504e51c4ea4ef7e7b7f443a9ea3cc9a Mon Sep 17 00:00:00 2001 From: Enkelmann Date: Thu, 22 Feb 2024 10:45:44 +0100 Subject: [PATCH] bump minimal required Rust version --- Dockerfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c16f81c12..95e6ae4ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.69 AS builder +FROM rust:1.74 AS builder WORKDIR /cwe_checker diff --git a/README.md b/README.md index cc53713ca..4860fe059 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ The prebuilt Docker images are currently only x86-based. ### Local installation ### The following dependencies must be installed in order to build and install the *cwe_checker* locally: -- [Rust](https://www.rust-lang.org) >= 1.69 +- [Rust](https://www.rust-lang.org) >= 1.74 - [Ghidra](https://ghidra-sre.org/) >= 10.2 Run `make all GHIDRA_PATH=/path/to/ghidra_folder` (with the correct path to the local Ghidra installation inserted) to compile and install the cwe_checker.