summaryrefslogtreecommitdiffstats
path: root/globset
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2019-04-14 16:57:08 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-04-14 19:29:27 -0400
commit9952ba2068bd0f9baf74a2094d0d1db493b71180 (patch)
treec724695099d0c18e257d8452df684c19c92a2846 /globset
parentb751758d60883d6d94418b77df59ecbda97fc07d (diff)
deps: update glob dev-dependency
Diffstat (limited to 'globset')
-rw-r--r--globset/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/globset/Cargo.toml b/globset/Cargo.toml
index 371a3272..5488df36 100644
--- a/globset/Cargo.toml
+++ b/globset/Cargo.toml
@@ -26,7 +26,7 @@ log = "0.4.5"
regex = "1.1.5"
[dev-dependencies]
-glob = "0.2.11"
+glob = "0.3.0"
[features]
simd-accel = []