Skip to content

Commit

Permalink
build(nurfile): 🛠 Add note about updating rust-version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Aug 3, 2024
1 parent f6a1b1a commit 38e40d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nurfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ def "nur upgrade-nu" [
print $" -> (ansi cyan)miette(ansi reset): needs to be the same version as used in (ansi cyan)nu(ansi reset)"
print $" -> (ansi cyan)openssl(ansi reset): needs to be the same version as used in (ansi cyan)nu(ansi reset)"
print $" -> See nushell/Cargo.toml in section (ansi cyan)[workspace.dependencies](ansi reset) for details on used versions"
print $" -> Also ensure (ansi cyan)rust-version(ansi reset) is set to the same version as used in (ansi cyan)nu(ansi reset)"
}

# Utility commands
Expand Down

0 comments on commit 38e40d0

Please sign in to comment.