From 2c22a60f4db15d14c0cae7fc90a732def8112847 Mon Sep 17 00:00:00 2001 From: Jeffrey Vo Date: Sun, 11 Feb 2024 15:52:31 +1100 Subject: [PATCH] Bump rust-version to 1.72.0 (#196) * Bump rust-version to 1.72.0 * Bump rust version in MSRC CI check --- .github/workflows/rust.yml | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 6907df1..327397e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -117,10 +117,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Install 1.60.0 + - name: Install 1.72.0 uses: dtolnay/rust-toolchain@master with: - toolchain: 1.60.0 + toolchain: 1.72.0 - name: check run: cargo check no_std: diff --git a/Cargo.toml b/Cargo.toml index 7f2901f..2d65614 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2018" readme = "README.md" build = "./build.rs" exclude = ["/smhasher", "/benchmark_tools"] -rust-version = "1.60.0" +rust-version = "1.72.0" [lib] name = "ahash"