summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjosh rotenberg <joshrotenberg@gmail.com>2021-07-25 19:33:21 -0700
committerjosh rotenberg <joshrotenberg@gmail.com>2021-07-25 19:33:21 -0700
commit92377013ccb0483508db6ad0e2bee1d975f265ea (patch)
tree65fac8495e4c2d1cb450e9d9a9353cc03af56347 /.github
parent34b586ab32c8230e47387719fef2da9500ab49ea (diff)
1.46.0 has `if, match, and loop expressions can now be used in const functions.`
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
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