From 92377013ccb0483508db6ad0e2bee1d975f265ea Mon Sep 17 00:00:00 2001 From: josh rotenberg Date: Sun, 25 Jul 2021 19:33:21 -0700 Subject: [PATCH] 1.46.0 has `if, match, and loop expressions can now be used in const functions.` --- .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 f868d7f4..bd3c7558 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: rust: stable - build: msrv os: ubuntu-latest - rust: 1.45.2 + rust: 1.46.0 steps: - uses: actions/checkout@master - name: Install Rust