Drop rust patch version number

This commit is contained in:
Andrejs Cunskis 2023-02-07 09:32:59 +01:00
parent 2cc3d8c64b
commit a32a614bff
No known key found for this signature in database
GPG key ID: 87CB75083F227241
4 changed files with 6 additions and 7 deletions

View file

@ -63,10 +63,9 @@ function print_golang_args() {
function print_rust_args() {
case "$1" in
1.65.0)
1.65)
INSTALL_RUST_VERSION="1.65.0"
;;
*) fail "Unknown rust version $1" ;;
esac