Bump MSRV to 0.64 and and MSRV policy to README

This commit is contained in:
Robert Bragg
2023-04-23 15:47:15 +01:00
parent 9ac7891664
commit 1b44d38822
3 changed files with 10 additions and 1 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
# We need to support the same MSRV as Winit which we are currently
# assuming will be bumped to 1.60.0 soon:
# https://github.com/rust-windowing/winit/pull/2453
rust_version: [1.60.0, stable]
rust_version: [1.64.0, stable]
steps:
- uses: actions/checkout@v2