Skip to content

Commit

Permalink
Update to latest tree_magic_mini now PR was merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Mar 19, 2024
1 parent 3be8e80 commit 15977f6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
25 changes: 15 additions & 10 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,7 +64,11 @@ const_format = "0.2.22"
owo-colors = "3.5.0"
wu-diff = "0.1.2"
rayon = "1.7.0"
tree_magic_mini = "3.0.2"

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

# bumpalo 3.15 requires rust 1.65
bumpalo = ">= 3.11, < 3.15"
unicode-width = "0.1.9"
Expand Down Expand Up @@ -100,7 +104,3 @@ 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 15977f6

Please sign in to comment.