summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2017-11-10 16:23:53 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-11-10 13:08:34 -0500
commitd2a3b61220dc2d17c92dbb6b073776fd1223af66 (patch)
tree851badfc9703109415fe689ee9e1e3741c95b6ea /ignore
parentacb57eb4add9d9e6705d4655fd917b49f0233890 (diff)
bump crossbeam to 0.3
Diffstat (limited to 'ignore')
-rw-r--r--ignore/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/Cargo.toml b/ignore/Cargo.toml
index bbc96ee5..14a07a90 100644
--- a/ignore/Cargo.toml
+++ b/ignore/Cargo.toml
@@ -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"