]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rust: libformat_parser: Lower minimum Rust version to 1.49
authorArthur Cohen <arthur.cohen@embecosm.com>
Tue, 23 Apr 2024 12:13:21 +0000 (14:13 +0200)
committerThomas Schwinge <tschwinge@baylibre.com>
Mon, 9 Dec 2024 09:48:40 +0000 (10:48 +0100)
commitbe38c37fdc35e7f77dbab16736782cfe24769e77
treec9aac25a255a58a549cd2bbaca5eb69b68ed1211
parent9e4a87ceb31d5c25cb7163ed8016986f0adbc68f
Rust: libformat_parser: Lower minimum Rust version to 1.49

libgrust/ChangeLog:

* libformat_parser/Cargo.toml: Change Rust edition from 2021 to 2018.
* libformat_parser/generic_format_parser/Cargo.toml: Likewise.
* libformat_parser/generic_format_parser/src/lib.rs: Remove usage of
then-unstable std features and language constructs.
* libformat_parser/src/lib.rs: Likewise, plus provide extension trait
for String::leak.
libgrust/libformat_parser/Cargo.toml
libgrust/libformat_parser/generic_format_parser/Cargo.toml
libgrust/libformat_parser/generic_format_parser/src/lib.rs
libgrust/libformat_parser/src/lib.rs