Skip to content

Commit

Permalink
Revert "Upgrade to latest tree_magic_mini"
Browse files Browse the repository at this point in the history
This reverts commit b95c27a.
  • Loading branch information
Wilfred committed Mar 15, 2024
1 parent b95c27a commit 627ebc5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
25 changes: 10 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
rayon = "1.7.0"

tree_magic_mini = "3.1.3"
# home (used by tree_magic_mini) 0.5.9 has an MSRV of 1.70.
home = ">= 0.5, < 0.5.9"

tree_magic_mini = "3.0.2"
# bumpalo 3.15 requires rust 1.65
bumpalo = ">= 3.11, < 3.15"
unicode-width = "0.1.9"
Expand Down Expand Up @@ -104,3 +100,7 @@ name = "difft"
path = "src/main.rs"

[features]

[patch.crates-io]
# https://github.com/mbrubeck/tree_magic/pull/13 hasn't been merged yet.
tree_magic_mini = { git = 'https://github.com/Wilfred/tree_magic', branch = 'fix-panic-for-empty-strings' }

0 comments on commit 627ebc5

Please sign in to comment.