Skip to content

Commit

Permalink
bump minimal required Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkelmann committed Feb 22, 2024
1 parent f9cf317 commit 1761557
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.69 AS builder
FROM rust:1.74 AS builder

WORKDIR /cwe_checker

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1761557

Please sign in to comment.