Files
gcc/libgrust/libformat_parser/generic_format_parser/Cargo.toml
Arthur Cohen be38c37fdc 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.
2024-12-09 10:48:40 +01:00

10 lines
212 B
TOML

[package]
name = "generic_format_parser"
version = "0.1.0"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
unicode-xid = "0.2.0"