quick hack to work around non-existent document support ;3

This commit is contained in:
Lynne Megido 2021-02-22 02:35:00 +10:00
parent 9a0113d1dc
commit c92dbbd075
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -176,7 +176,7 @@ checksum = "de853764b47027c2e862a995c34978ffa63c1501f2e15f987ba11bd4f9bba193"
[[package]]
name = "fif"
version = "0.2.3"
version = "0.2.3+hotfix"
dependencies = [
"cached",
"clap",

View File

@ -1,7 +1,7 @@
[package]
name = "fif"
description = "A command-line tool for detecting and optionally correcting files with incorrect extensions."
version = "0.2.3"
version = "0.2.3+hotfix"
authors = ["Lynnesbian <lynne@bune.city>"]
edition = "2018"
license = "GPL-3.0-or-later"