doc: bump MSRV to 1.74

required by clap
This commit is contained in:
steven-omaha
2024-04-01 14:21:25 +02:00
parent afa8e7f55a
commit 8cc4791a9c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ repository = "https://github.com/steven-omaha/pacdef"
readme = "README.md"
keywords = ["package-manager", "linux", "declarative", "cli"]
categories = ["command-line-utilities"]
rust-version = "1.70"
rust-version = "1.74"
[workspace]
members = ["crates/pacdef_macros", "crates/pacdef_core"]