1
0
Files
framework-inputmodule-control/update-toolchain.patch
Nico Krapp c458466714 - Update vendor tarball to fix CVE-2023-53156 (bsc#1247082) and
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
2025-08-12 11:51:44 +00:00

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"]