-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump minimal supported Rust version to 1.73 (#443)
- Loading branch information
Showing
5 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM rust:1.70 AS builder | ||
FROM rust:1.73-bullseye AS builder | ||
|
||
WORKDIR /cwe_checker | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ name = "cwe_checker" | |
version = "0.8.0" | ||
authors = ["Nils-Edvin Enkelmann <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.73" | ||
|
||
[dependencies] | ||
clap = { version = "4.0.32", features = ["derive"] } | ||
cwe_checker_lib = { path = "../cwe_checker_lib" } | ||
serde_json = "1.0" | ||
directories = "5.0.1" | ||
anyhow = "1.0" | ||
anyhow = "1.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ name = "cwe_checker_lib" | |
version = "0.8.0" | ||
authors = ["Nils-Edvin Enkelmann <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.73" | ||
|
||
[dependencies] | ||
apint = "0.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters