Use temporary fork of tree_magic

This commit is contained in:
Matt Brubeck 2020-05-21 17:05:06 -07:00
parent ce570fc8c4
commit 0d872688f9
2 changed files with 17 additions and 65 deletions

View file

@ -22,3 +22,7 @@ url = "2.1"
lto = true
codegen-units = 1
panic = "abort"
[patch.crates-io.tree_magic]
git = "https://github.com/mbrubeck/tree_magic"
branch = "override"