chore: Fix MSRV

This commit is contained in:
Awiteb 2024-05-19 05:40:19 +03:00
parent d52361cb2d
commit 9b3ff0c3ef
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -7,7 +7,7 @@ authors = ["Awiteb <a@4rs.nl>"]
readme = "README.md"
description = "A local CLI vaults manager. For human and machine use"
repository = "https://git.4rs.nl/awiteb/lprs"
rust-version = "1.74.0"
rust-version = "1.74.1"
keywords = ["password", "vault", "manager", "CLI"]
categories = ["command-line-utilities"]
@ -36,7 +36,6 @@ base32 = "0.4.0"
[features]
default = ["update-notify"]
update-notify = ["reqwest/blocking"]
reqwest = ["dep:reqwest"]
[lints.rust]
unsafe_code = "forbid"