forked from pool/framework_tool
* Fix charge limit based on battery charge by @JohnAZoidberg in #123 * Split I2C tunneling out of ccgx module by @JohnAZoidberg in #112 * chromium_ec: Use portio if /dev/cros_ec does not exist by @JohnAZoidberg in #124 * chromioum_ec: Autodetect Microchip EC when using portio by @JohnAZoidberg in #125 * --version: Add revision of mainboard by @JohnAZoidberg in #127 * --inputdeck: Fix Chassis Closed status by @JohnAZoidberg in #130 * Don't require PD config if platform isn't detected by @JohnAZoidberg in #129 * Simplify features and detect based on OS by @JohnAZoidberg in #126 * windows: Run --versions command if double-clicked by @JohnAZoidberg in #132 * --thermal: Add Framework 12 charger IC temp and unknown sensors by @JohnAZoidberg in #135 * windows: Fix --console follow by @JohnAZoidberg in #136 * Bump version to 0.4.1 by @JohnAZoidberg in #133 * More examples by @JohnAZoidberg in #137 OBS-URL: https://build.opensuse.org/package/show/hardware/framework_tool?expand=0&rev=3
14 lines
499 B
Diff
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"
|