Skip to content

Commit ab69782

Browse files
committed
install 1.81.0-beta.1
1 parent 7e9ebd7 commit ab69782

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
@@ -28,6 +28,9 @@ get_firedbg_version() {
2828
rustc\ 1.80.*)
2929
local _firedbg_version="1.80.0"
3030
;;
31+
rustc\ 1.81.*)
32+
local _firedbg_version="1.81.0-beta.1"
33+
;;
3134
*)
3235
err "no precompiled binaries available for $_rustc_version";
3336
;;

0 commit comments

Comments
 (0)