Skip to content

Commit

Permalink
rust: fallback to latest version rather than "stable"
Browse files Browse the repository at this point in the history
stable is specific to a particular asdf rust plugin
  • Loading branch information
maxfierke committed Jan 28, 2024
1 parent 7402793 commit 258e952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mstrap/runtimes/rust.cr
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module MStrap
end

def current_version
# Falling back to stable is probably fairly safe
super || "stable"
# Falling back to latest is _usually_ safe
super || latest_version
end

def bootstrap
Expand Down

0 comments on commit 258e952

Please sign in to comment.