Skip to content

Commit

Permalink
deps: update regex
Browse files Browse the repository at this point in the history
This fixes build failures on latest nightly with SIMD features.
  • Loading branch information
andyfangdz authored and BurntSushi committed Mar 17, 2018
1 parent b7d29d1 commit d7c9323
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ log = "0.4"
memchr = "2"
memmap = "0.6"
num_cpus = "1"
regex = "0.2.9"
regex = "0.2.10"
same-file = "1"
termcolor = { version = "0.3.4", path = "termcolor" }

Expand Down

0 comments on commit d7c9323

Please sign in to comment.