From 39706c77e2f55dd61fe60583e2019d1790545e94 Mon Sep 17 00:00:00 2001 From: Kyle Huey Date: Mon, 19 Aug 2024 07:02:13 -0700 Subject: [PATCH] Bump MSRV to 1.73.0. --- .github/workflows/main.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 502969c8..d95466cb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -265,7 +265,7 @@ jobs: with: submodules: true - name: Install Rust - run: rustup update 1.65.0 --no-self-update && rustup default 1.65.0 + run: rustup update 1.73.0 --no-self-update && rustup default 1.73.0 - run: cargo build miri: diff --git a/Cargo.toml b/Cargo.toml index a18da995..4782c50d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ autoexamples = true autotests = true edition = "2021" exclude = ["/ci/"] -rust-version = "1.65.0" +rust-version = "1.73.0" [workspace] members = ['crates/cpp_smoke_test', 'crates/as-if-std']