CVE-2024-58266 (bsc#1247198) - Add update-toolchain.patch to update rust edition to 2024 to enable updates of vendored crates OBS-URL: https://build.opensuse.org/package/show/hardware/framework-inputmodule-control?expand=0&rev=8
11 lines
350 B
Diff
11 lines
350 B
Diff
Index: inputmodule-rs-0.2.0/rust-toolchain.toml
|
|
===================================================================
|
|
--- inputmodule-rs-0.2.0.orig/rust-toolchain.toml
|
|
+++ inputmodule-rs-0.2.0/rust-toolchain.toml
|
|
@@ -1,4 +1,4 @@
|
|
[toolchain]
|
|
-channel = "1.74.0"
|
|
+channel = "1.85.0"
|
|
targets = ["thumbv6m-none-eabi"]
|
|
components = ["clippy", "rustfmt"]
|