Skip to content

Commit

Permalink
install 1.79.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 30, 2024
1 parent 2aab382 commit b48e86b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ get_firedbg_version() {
rustc\ 1.78.*)
local _firedbg_version="1.78.0"
;;
rustc\ 1.79.*)
local _firedbg_version="1.79.0-beta.1"
;;
*)
err "no precompiled binaries available for $_rustc_version";
;;
Expand Down

0 comments on commit b48e86b

Please sign in to comment.