1.46.0 has `if, match, and loop expressions can now be used in const functions.`
This commit is contained in:
parent
34b586ab32
commit
92377013cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue