From 6c2969969cbf56ffc51b64df89b258a816bc335d Mon Sep 17 00:00:00 2001 From: Benjamin Brienen Date: Mon, 27 Jul 2026 07:03:40 -0400 Subject: [PATCH] Update README.md (#108) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd11a9e..7e1120f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This action will run `cargo-deny check` and report failure if any banned crates 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` * `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.