Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

update to rust 1.37 #1842

Closed
wants to merge 13 commits into from
2 changes: 1 addition & 1 deletion Jenkinsfile.cd
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ def shell(command) {
}

def setupRust() {
shell("rustup default 1.36.0")
shell("rustup default 1.37.0")
}

def androidPublishing() {
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ def shell(command) {
}

def setupRust() {
shell("rustup default 1.36.0")
shell("rustup default 1.37.0")
}

def setupBrewPackages() {
Expand Down
Loading