From 7eaea5916878b10f512dc3da3f2a7bb2971c7e48 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 25 Sep 2023 15:00:29 -0700 Subject: [PATCH] Update to 1.72.1 --- .github/workflows/main.yml | 4 +++- rust-toolchain.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 08fa44abb..c90407f27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ on: - rust-1.71.0 - rust-1.71.1 - rust-1.72.0 + - rust-1.72.1 pull_request: branches: - 1.67.1 @@ -17,6 +18,7 @@ on: - rust-1.71.0 - rust-1.71.1 - rust-1.72.0 + - rust-1.72.1 jobs: test_x86_84: @@ -118,7 +120,7 @@ jobs: export RUSTUP_HOME="$HOME/.rustup" curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y source "$HOME/.cargo/env" - rustup toolchain install 1.72.0 + rustup toolchain install 1.72.1 cargo --version - name: Print env diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 73b9b2ba4..8fd9e9e4e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.72.0" +channel = "1.72.1" components = [ "rustfmt" ] targets = [ ] profile = "minimal"