From 318dd91a3dc077bd7c3710ea66c5bc664f61590a Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 3 Jan 2025 16:30:33 -0800 Subject: [PATCH] raise backtrace MSRV to allow `inline_const` --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d0719b4..4330d2f8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -256,7 +256,7 @@ jobs: with: submodules: true - name: Install Rust - run: rustup update 1.73.0 --no-self-update && rustup default 1.73.0 + run: rustup update 1.79.0 --no-self-update && rustup default 1.79.0 - run: cargo build miri: