Skip to content

Commit

Permalink
bump Nushell to 0.89.0 and Nupm to #57
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Jan 20, 2024
1 parent 471c7fb commit 2d930c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
tests:
uses: ./.github/workflows/nupm-tests.yml
with:
nu_version: "0.88.1"
nupm_revision: "6a9618fa21453bca4000ac33707b7aace0da35c7"
nu_version: "0.89.0"
nupm_revision: "66e2eaa848e3f72c1b4a841f26f4dc7efc4fedb9"

documentation:
uses: ./.github/workflows/check-documentation.yml
with:
nu_version: "0.88.1"
nu_version: "0.89.0"
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager-sugar/nupm.nuon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE"
dependencies: {
nushell: 0.88.1
nushell: 0.89.0
git: 2.40.1
optionals: {
"sugar gh": {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/nu-git-manager/nupm.nuon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]
license: "https://github.com/amtoine/nu-git-manager/blob/main/LICENSE"
dependencies: {
nushell: 0.88.1
nushell: 0.89.0
git: 2.40.1
}
type: "module"
Expand Down

0 comments on commit 2d930c9

Please sign in to comment.