Skip to content

Commit

Permalink
Add cargo audit and msrv back
Browse files Browse the repository at this point in the history
  • Loading branch information
Fethbita committed Oct 6, 2024
1 parent 4d75264 commit 5ffb0ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[build]
rustflags = ["-C", "target-feature=-crt-static"]
rustdocflags = ["-C", "target-feature=-crt-static"]
rustdocflags = ["-C", "target-feature=-crt-static"]
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk update && \
make \
perl-dev \
# For cargo-msrv
openssl-libs-static # && \
openssl-libs-static && \
# Install cargo-audit and cargo-msrv
#cargo install --version 0.20.1 cargo-audit && \
#cargo install --version 0.15.1 cargo-msrv
cargo install --version 0.20.1 cargo-audit && \
cargo install --version 0.15.1 cargo-msrv

0 comments on commit 5ffb0ae

Please sign in to comment.