From cd7d2c0470fc339caaff9dc43650efcd2a716f43 Mon Sep 17 00:00:00 2001 From: Ashley Mannix Date: Sun, 16 May 2021 16:00:43 +1000 Subject: [PATCH] update MSRV based on current impl --- .github/workflows/rust.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a7042f5..5e69670 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -16,7 +16,7 @@ jobs: - stable - beta - nightly - - 1.32.0 + - 1.45.0 steps: - name: Checkout sources uses: actions/checkout@v2 diff --git a/README.md b/README.md index f447afb..9eb9a3e 100644 --- a/README.md +++ b/README.md @@ -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.