chore(msrv): Bump the MSRV to 1.74.0

This commit is contained in:
Awiteb 2024-05-03 07:37:04 +03:00
parent d3eee8c35b
commit 359ac16af8
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: debian
steps:
- uses: actions/checkout@v4
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.70
- uses: https://codeberg.org/TheAwiteb/rust-action@v1.74
- name: Build the source code
run: cargo build
- name: Check the code format

View file

@ -7,7 +7,7 @@ authors = ["Awiteb <a@4rs.nl>"]
readme = "README.md"
description = "A local CLI password manager"
repository = "https://git.4rs.nl/awiteb/lprs"
rust-version = "1.70.0"
rust-version = "1.74.0"
keywords = ["password", "manager", "CLI"]
categories = ["command-line-utilities"]