summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Zhao <jeff.no.zhao@gmail.com>2021-02-14 19:10:18 -0500
committerJeff Zhao <jeff.no.zhao@gmail.com>2021-02-14 19:10:18 -0500
commit73e532152139e9d121e24a2d11cdece689e4fce9 (patch)
treee01568789f957a71af1296e5010613d20233076e
parentea423f7e778b84ba2e04938751db64972ba081ab (diff)
fix devicons not working
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 044cd95..163948b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -43,4 +43,4 @@ devicons = [ "phf" ]
file_mimetype = []
mouse = []
recycle_bin = [ "trash" ]
-default = [ "phf", "recycle_bin" ]
+default = [ "devicons", "recycle_bin" ]