mirror of
https://github.com/chenxiaolong/avbroot.git
synced 2026-06-02 06:23:34 +02:00
Update toml to support serialization of large u64 values
Upstream bug report: https://github.com/toml-rs/toml/issues/1085 Upstream fix: https://github.com/toml-rs/toml/pull/1086 Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
This commit is contained in:
@@ -23,7 +23,4 @@ extra_cmdline = "ExtraCmdlineExtraCmdlineExtraCmdlineExtraCmdlineExtraCmdlineExt
|
||||
recovery_dtbo_offset = 81985529216486895
|
||||
|
||||
[v2_extra]
|
||||
# Unpacking the generated image will currently fail due to toml not supporting
|
||||
# serialization of integers larger than i64::MAX:
|
||||
# https://github.com/toml-rs/toml/issues/1085
|
||||
dtb_addr = 18364758544493064720
|
||||
|
||||
Reference in New Issue
Block a user