Skip to content

Commit 3da634a

Browse files
committed
Update CI to use Rust 1.62.0
1 parent d78bb62 commit 3da634a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_call:
1010

1111
env:
12-
rust_version: 1.61.0
12+
rust_version: 1.62.0
1313
rust_toolchain_components: clippy,rustfmt
1414

1515
jobs:

.github/workflows/pull-request-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ concurrency:
2828

2929
env:
3030
java_version: 11
31-
rust_version: 1.61.0
31+
rust_version: 1.62.0
3232
rust_toolchain_components: clippy,rustfmt
3333
apt_dependencies: libssl-dev gnuplot jq
3434

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
rust_version: 1.61.0
13+
rust_version: 1.62.0
1414

1515
name: Release smithy-rs
1616
on:

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55

66
# Rust MSRV (entered into the generated README)
7-
rust.msrv=1.61.0
7+
rust.msrv=1.62.0
88

99
org.gradle.jvmargs=-Xmx1024M
1010

tools/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN set -eux; \
4545
# Rust & Tools Installation Stage
4646
#
4747
FROM bare_base_image AS install_rust
48-
ARG rust_stable_version=1.61.0
48+
ARG rust_stable_version=1.62.0
4949
ARG rust_nightly_version=nightly-2022-07-25
5050
ARG cargo_deny_version=0.12.2
5151
ARG cargo_udeps_version=0.1.29
@@ -116,7 +116,7 @@ RUN set -eux; \
116116
# Final image
117117
#
118118
FROM bare_base_image AS final_image
119-
ARG rust_stable_version=1.61.0
119+
ARG rust_stable_version=1.62.0
120120
ARG rust_nightly_version=nightly-2022-07-25
121121
RUN set -eux; \
122122
yum -y updateinfo; \

0 commit comments

Comments
 (0)