Closed vobst closed 8 months ago
Also add minimal supported Rust version to Cargo.toml files.
Cargo.toml
Add the minimal supported Rust version to Cargo.toml files to fail the build as early as possible if the used Rust version is too old.
As I feared, we need to update the ghidra_headless_base image, because its contained glibC is too old. I will talk to @jstucke about it.
ghidra_headless_base
Also add minimal supported Rust version to
Cargo.toml
files.Add the minimal supported Rust version to
Cargo.toml
files to fail the build as early as possible if the used Rust version is too old.