summaryrefslogtreecommitdiffstats
path: root/src/file/format/ini.rs
AgeCommit message (Collapse)Author
2021-03-14Update dependency: rust-ini: 0.13 -> 0.16Fabio Valentini
Cherry picked, fixed merge conflict in Cargo.toml and ran cargo-fmt on the new tree. (cherry picked from commit 43ca83a4fa6ea55274f7c78a1914fe93476916ed) Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-01Run cargo-fmtMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-03-14General upgrade for clippy fix and remove of deprecated methods for errorsFederico Pasqua
2019-12-07Remove automatic lowercaseRyan Leckey
2018-07-02Run rustfmt (nightly)Ryan Leckey
2018-06-15support inisaber.wu