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
|
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
|
||||||
|
|
Loading…
Reference in New Issue