From 9faa32d98406b78d7a8285257c102297f11bc7d6 Mon Sep 17 00:00:00 2001 From: iho Date: Fri, 6 Oct 2023 13:34:37 +0300 Subject: [PATCH] chore: fix CI --- .github/workflows/test_examples_small.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_examples_small.yml b/.github/workflows/test_examples_small.yml index 823f1f211..439fbfdff 100644 --- a/.github/workflows/test_examples_small.yml +++ b/.github/workflows/test_examples_small.yml @@ -35,7 +35,7 @@ jobs: pushd ./examples/status-message cargo update -p anstyle --precise 1.0.2 cargo update -p anstyle-parse --precise 0.2.1 - cargo update -p clap@4.4.6 --precise 4.3.24 + cargo update -p clap@4.3.0 --precise 4.3.24 cargo update -p clap_lex@0.5.1 --precise 0.5.0 popd