1
0
Files
framework_tool/make-reproducable.patch
Nico Krapp a8ae16bc8b - Update to 0.4.5
* Update blocklist of unsafe commands by @JohnAZoidberg in #187
- Update to 0.4.4
  * ccgx: derive Ord for AppVersion and BaseVersion by @JohnAZoidberg in #175
  * Add support for EC_CMD_REBOOT_AP_ON_G3 by @JohnAZoidberg in #181
  * --inputdeck: On FW16 also print sleep_l gpio state
    by @JohnAZoidberg in #179
  * Update docs by @JohnAZoidberg in #176
  * Current and charge rate limit cannot be read by @JohnAZoidberg in #182
  * uefi: Fix shell args when run from a script by @JohnAZoidberg in #185
  * Add --feature readonly, to build a bin without risky commands
    by @JohnAZoidberg in #141
  * Bump to v0.4.4 by @JohnAZoidberg in #186

OBS-URL: https://build.opensuse.org/package/show/hardware/framework_tool?expand=0&rev=7
2025-07-10 10:33:46 +00:00

14 lines
499 B
Diff

Index: framework-system-0.4.1/framework_lib/Cargo.toml
===================================================================
--- framework-system-0.4.1.orig/framework_lib/Cargo.toml
+++ framework-system-0.4.1/framework_lib/Cargo.toml
@@ -14,7 +14,7 @@ hidapi = ["dep:hidapi"]
uefi = [ "lazy_static/spin_no_std" ]
[build-dependencies]
-built = { version = "0.5", features = ["chrono", "git2"] }
+built = { version = "0.7.7", features = ["chrono", "git2"] }
[dependencies]
lazy_static = "1.4.0"