chore(crate): update MSRV to 1.64.0

This commit is contained in:
Orhun Parmaksız 2023-04-12 18:52:08 +03:00
parent 8344ee8970
commit b54062b1f7
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90
4 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ Although **systeroid** does not need the parameter section to be specified expli
## Requirements
- [`Rust`](https://www.rust-lang.org/) (`>=1.63.0`) (see [building from source](#building-from-source))
- [`Rust`](https://www.rust-lang.org/) (`>=1.64.0`) (see [building from source](#building-from-source))
- [`libxcb`](https://gitlab.freedesktop.org/xorg/lib/libxcb) (for [clipboard support](#copying-to-clipboard))
- [`linux-documentation`](https://www.kernel.org/doc/) (for [viewing the documentation](#viewing-the-parameter-documentation))

View File

@ -9,7 +9,7 @@ homepage = "https://github.com/orhun/systeroid"
repository = "https://github.com/orhun/systeroid"
keywords = ["linux", "kernel", "parameter", "sysctl"]
edition = "2021"
rust-version = "1.63.0"
rust-version = "1.64.0"
[dependencies]
sysctl = "0.5.4"

View File

@ -10,7 +10,7 @@ repository = "https://github.com/orhun/systeroid"
keywords = ["linux", "kernel", "parameter", "sysctl", "tui"]
categories = ["command-line-utilities"]
edition = "2021"
rust-version = "1.63.0"
rust-version = "1.64.0"
[features]
# clipboard support is enabled as default

View File

@ -11,7 +11,7 @@ keywords = ["linux", "kernel", "parameter", "sysctl"]
categories = ["command-line-utilities"]
edition = "2021"
default-run="systeroid"
rust-version = "1.63.0"
rust-version = "1.64.0"
[features]
# tests that affect the system state