From 1f7424169fdbd8027fae946e2cc214850314ea3e Mon Sep 17 00:00:00 2001 From: "a.stevan" <antoine.stevan@isae-supaero.fr> Date: Fri, 5 Jul 2024 16:52:09 +0200 Subject: [PATCH] bump to 0.95.0 this will hopefully fix the CI. --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c94161b..8377911e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: variables: NUSHELL_ARCH: "x86_64-unknown-linux-musl" - NUSHELL_VERSION: "0.94.2" + NUSHELL_VERSION: "0.95.0" workflow: rules: diff --git a/README.md b/README.md index f76066c8..cbbd5afb 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ below is an example of how to use the binary application with Nushell: ``` > **Note** -> requires Nushell 0.94.0 or later +> requires Nushell 0.95.0 or later tests for the binary application can also be run with ```bash -- GitLab