Update README.md (#108)

This commit is contained in:
Benjamin Brienen
2026-07-27 13:03:40 +02:00
committed by GitHub
parent 3c6349835b
commit 6c2969969c
+1 -1
View File
@@ -19,7 +19,7 @@ This action will run `cargo-deny check` and report failure if any banned crates
The action has three optional inputs The action has three optional inputs
* `rust-version`: The rust/cargo version to use, updated before cargo-deny is run. Defaults to the version in the image, which is currently **1.71.0**. * `rust-version`: The rust/cargo version to use, updated before cargo-deny is run. Defaults to the version in the image, which is currently **1.85.0**.
* `log-level`: The log level to use for `cargo-deny`, default is `warn` * `log-level`: The log level to use for `cargo-deny`, default is `warn`
* `command`: The command to use for `cargo-deny`, default is `check` * `command`: The command to use for `cargo-deny`, default is `check`
* `arguments`: The argument to pass to `cargo-deny`, default is `--all-features`. See [Common Options](https://embarkstudios.github.io/cargo-deny/cli/common.html) for a list of the available options. * `arguments`: The argument to pass to `cargo-deny`, default is `--all-features`. See [Common Options](https://embarkstudios.github.io/cargo-deny/cli/common.html) for a list of the available options.