update MSRV based on current impl

This commit is contained in:
Ashley Mannix
2021-05-16 16:00:43 +10:00
parent 7287d9ebd6
commit cd7d2c0470
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
- stable
- beta
- nightly
- 1.32.0
- 1.45.0
steps:
- name: Checkout sources
uses: actions/checkout@v2
+1 -1
View File
@@ -30,4 +30,4 @@ extern crate bitflags;
## Rust Version Support
The minimum supported Rust version is 1.20 due to use of associated constants.
The minimum supported Rust version is 1.45 due to use of associated constants and const functions.