Skip to content

Commit c509460

Browse files
committed
Update install.sh
1 parent 1a4dc8b commit c509460

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
@@ -13,6 +13,9 @@ get_firedbg_version() {
1313
rustc\ 1.75.*)
1414
local _firedbg_version="1.75.1"
1515
;;
16+
rustc\ 1.76.*)
17+
local _firedbg_version="1.76.0-beta.1"
18+
;;
1619
*)
1720
err "no precompiled binaries available for $_rustc_version";
1821
;;

0 commit comments

Comments
 (0)