Skip to content

Commit

Permalink
Updated mise tool version & cargo lock
Browse files Browse the repository at this point in the history
  • Loading branch information
CEbbinghaus committed Sep 9, 2024
1 parent 0a2ab0b commit 85e13a8
Show file tree
Hide file tree
Showing 2 changed files with 467 additions and 418 deletions.
4 changes: 2 additions & 2 deletions .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# specify single or multiple versions
pnpm = '9.5.0'
node = '22.4.0'
rust = '1.79.0'
rust = "1.80.1"


[tasks."build"]
Expand Down Expand Up @@ -36,4 +36,4 @@ run = "node --no-warnings=ExperimentalWarning 'util/build.mjs' -o copy"
[tasks."upload"]
depends = ["build"]
description = 'Upload MicroSDeck to the SteamDeck'
run = "node --no-warnings=ExperimentalWarning 'util/build.mjs' -o upload"
run = "node --no-warnings=ExperimentalWarning 'util/build.mjs' -o upload"
Loading

0 comments on commit 85e13a8

Please sign in to comment.