1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-03-03 14:32:22 +02:00

bump crossbeam to 0.3

This commit is contained in:
Igor Gnatenko 2017-11-10 16:23:53 +01:00 committed by Andrew Gallant
parent acb57eb4ad
commit d2a3b61220

View File

@ -18,7 +18,7 @@ name = "ignore"
bench = false
[dependencies]
crossbeam = "0.2"
crossbeam = "0.3"
globset = { version = "0.2.1", path = "../globset" }
lazy_static = "0.2"
log = "0.3"