From d58dffa2d02557b11a3a0c3f780a48234e868065 Mon Sep 17 00:00:00 2001 From: Cheng-Yang Chou Date: Fri, 16 May 2025 08:36:24 +0800 Subject: [PATCH] scxctl: Remove unnecessary rustc requirement The rust-version field was set to 1.86, but the crate does not use any features requiring that version. Suggested-by: Joe Maples Signed-off-by: Cheng-Yang Chou --- tools/scxctl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/scxctl/Cargo.toml b/tools/scxctl/Cargo.toml index 31842c93f..7ee687aa6 100644 --- a/tools/scxctl/Cargo.toml +++ b/tools/scxctl/Cargo.toml @@ -12,7 +12,6 @@ readme = "README.md" keywords = ["linux", "scx", "scx_scheds", "scx_loader", "sched_ext"] categories = ["command-line-utilities"] license = "GPL-2.0-only" -rust-version = "1.86" [dependencies] clap = { version = "4.5.28", features = ["derive"] }