<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">From d58dffa2d02557b11a3a0c3f780a48234e868065 Mon Sep 17 00:00:00 2001
From: Cheng-Yang Chou &lt;yphbchou0911@gmail.com&gt;
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 &lt;joe@maples.dev&gt;
Signed-off-by: Cheng-Yang Chou &lt;yphbchou0911@gmail.com&gt;
---
 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"] }
</pre></body></html>