docs(README): MSRV 1.70.0

This commit is contained in:
steven-omaha
2023-10-10 16:02:18 +02:00
parent 87e2eddf64
commit 0b71416ddb
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.65"
rust-version = "1.70"
[workspace]
members = ["crates/pacdef_macros", "crates/pacdef_core"]
+1 -1
View File
@@ -216,6 +216,6 @@ Pacdef is supported by [topgrade](https://github.com/topgrade-rs/topgrade).
### minimum supported rust version (MSRV)
MSRV is 1.65.0. Development is conducted against the latest stable version.
MSRV is 1.70.0 due to dependencies that require this specific version. Development is conducted against the latest stable version.