From 82bdda782e50eb962053bec7050080516e9522d8 Mon Sep 17 00:00:00 2001 From: Thom Chiovoloni Date: Mon, 30 Jan 2023 23:36:16 -0800 Subject: [PATCH] Bump MSRV to 1.46.0 --- .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 94638d9e9..ceb9e539a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -117,7 +117,7 @@ jobs: steps: - uses: actions/checkout@master - name: Install Rust - run: rustup update 1.34.0 --no-self-update && rustup default 1.34.0 + run: rustup update 1.46.0 --no-self-update && rustup default 1.46.0 shell: bash - run: cargo build