chore(workflow): bump Rust MSRV to 1.62.1 (latest)

This commit is contained in:
Narawit Rakket 2022-07-31 09:15:31 +07:00 committed by Abin Simon
parent 1d860fd6e8
commit 425e515e48

View file

@ -6,7 +6,7 @@ env:
PROJECT_NAME: lsd
PROJECT_DESC: "An ls command with a lot of pretty colors."
PROJECT_AUTH: "Peltoche <peltoche@halium.fr>"
RUST_MIN_SRV: "1.56.0"
RUST_MIN_SRV: "1.62.1"
on: [push, pull_request]