From b3cffb37901ad26c215858ddfdae58443cc5e56f Mon Sep 17 00:00:00 2001 From: amtoine Date: Sat, 26 Aug 2023 12:57:54 +0200 Subject: [PATCH] bump the nushell version in the CI as well --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3434949..256011e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ name: continuous-integration env: CLIPPY_OPTIONS: "-D warnings" - NU_VERSION: "0.83.1" + NU_VERSION: "0.84.0" jobs: fmt-clippy: