Skip to content

Commit

Permalink
Update CI to use Rust 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjant committed Oct 7, 2022
1 parent d78bb62 commit 3da634a
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_call:

env:
rust_version: 1.61.0
rust_version: 1.62.0
rust_toolchain_components: clippy,rustfmt

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ concurrency:

env:
java_version: 11
rust_version: 1.61.0
rust_version: 1.62.0
rust_toolchain_components: clippy,rustfmt
apt_dependencies: libssl-dev gnuplot jq

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
rust_version: 1.61.0
rust_version: 1.62.0

name: Release smithy-rs
on:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#

# Rust MSRV (entered into the generated README)
rust.msrv=1.61.0
rust.msrv=1.62.0

org.gradle.jvmargs=-Xmx1024M

Expand Down
4 changes: 2 additions & 2 deletions tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN set -eux; \
# Rust & Tools Installation Stage
#
FROM bare_base_image AS install_rust
ARG rust_stable_version=1.61.0
ARG rust_stable_version=1.62.0
ARG rust_nightly_version=nightly-2022-07-25
ARG cargo_deny_version=0.12.2
ARG cargo_udeps_version=0.1.29
Expand Down Expand Up @@ -116,7 +116,7 @@ RUN set -eux; \
# Final image
#
FROM bare_base_image AS final_image
ARG rust_stable_version=1.61.0
ARG rust_stable_version=1.62.0
ARG rust_nightly_version=nightly-2022-07-25
RUN set -eux; \
yum -y updateinfo; \
Expand Down

0 comments on commit 3da634a

Please sign in to comment.