Skip to content

Commit

Permalink
fix(nimble): pin version for results to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Oct 3, 2024
1 parent 53e9a66 commit 3b59d37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/backend/pkgs.nim
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ proc end_proc*(process: Process, startTime: DateTime, action: string, errAction:
echo "Error: cannot " & errAction
return err fmt"Fail to {errAction} ({rc=})"
echo "end_proc finished!"
ok[void]()
ok()

proc reboot_apply_offline*(hub: ref Hub): Result[void, string] =
echo "reboot_apply_offline()"
Expand Down
2 changes: 1 addition & 1 deletion umswitch.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ xtask r, "alias for run": setCommand "run"
requires "nim >= 2.0.0"
requires "https://github.com/can-lehmann/owlkettle#HEAD"
requires "fungus"
requires "results"
requires "results = 0.4.0"

0 comments on commit 3b59d37

Please sign in to comment.