From b368be3e6b831fb50c96b5a4a2fdd8cb6963aa49 Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 24 Sep 2021 22:53:33 +1000 Subject: [PATCH] reorder links in CHANGELOG.md --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 -- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e73a2..17cf90e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -245,10 +245,11 @@ Initial commit! - Only supported flags are `-e` (specify extensions) and `-s` (scan hidden files) -[`xdg-mime`]: https://crates.io/crates/xdg-mime -[`structopt`]: https://crates.io/crates/structopt +[`cached`]: https://crates.io/crates/cached [`clap`]: https://crates.io/crates/clap [`infer`]: https://crates.io/crates/infer [`mime_guess`]: https://crates.io/crates/mime_guess [`new_mime_guess`]: https://crates.io/crates/new_mime_guess [`snailquote`]: https://crates.io/crates/snailquote +[`structopt`]: https://crates.io/crates/structopt +[`xdg-mime`]: https://crates.io/crates/xdg-mime diff --git a/Cargo.lock b/Cargo.lock index 81ead3a..40ed294 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,7 +1,5 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 - [[package]] name = "arrayvec" version = "0.5.2" diff --git a/Cargo.toml b/Cargo.toml index 856d4a9..6abdeb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ version = "0.3.6" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later" -rust-version = "1.43.0" # cached breaks on 1.42.0, i think it needs https://github.com/rust-lang/rust/pull/67642/ +rust-version = "1.43.0" # this can actually go as low as 1.41.0 after removing cached, but i'll leave it 1.43.0 repository = "https://gitlab.com/Lynnesbian/fif" readme = "README.md" keywords = ["mime", "mimetype", "utilities", "tools"]