1.46.0 has if, match, and loop expressions can now be used in const functions.

This commit is contained in:
josh rotenberg 2021-07-25 19:33:21 -07:00
parent 34b586ab32
commit 92377013cc

View file

@ -31,7 +31,7 @@ jobs:
rust: stable rust: stable
- build: msrv - build: msrv
os: ubuntu-latest os: ubuntu-latest
rust: 1.45.2 rust: 1.46.0
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
- name: Install Rust - name: Install Rust