Skip to content

Commit bbbfb22

Browse files
committed
install 1.80.0-beta.1
1 parent ccaff62 commit bbbfb22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ get_firedbg_version() {
2525
rustc\ 1.79.*)
2626
local _firedbg_version="1.79.0"
2727
;;
28+
rustc\ 1.80.*)
29+
local _firedbg_version="1.80.0-beta.1"
30+
;;
2831
*)
2932
err "no precompiled binaries available for $_rustc_version";
3033
;;

0 commit comments

Comments
 (0)