From 07cd87b73768d5b7138e0479c24acf74cbf3c9cc Mon Sep 17 00:00:00 2001 From: EthanYuan Date: Wed, 14 Feb 2024 15:57:44 +0800 Subject: [PATCH] update to 1.72.1 --- .github/workflows/ci_aarch64_build_ubuntu.yaml | 2 +- rust-toolchain | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_aarch64_build_ubuntu.yaml b/.github/workflows/ci_aarch64_build_ubuntu.yaml index c26d11c748..691736127a 100644 --- a/.github/workflows/ci_aarch64_build_ubuntu.yaml +++ b/.github/workflows/ci_aarch64_build_ubuntu.yaml @@ -45,7 +45,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.71.1 + toolchain: 1.72.1 - uses: actions/checkout@v3 - run: rustup component add rustfmt - run: sudo apt-get update && sudo apt-get install libssl-dev pkg-config libclang-dev -y && sudo apt-get install -y gcc-multilib diff --git a/rust-toolchain b/rust-toolchain index 68bc7ff2a8..22d6771a47 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -1.71.1 +1.72.1