summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-04-21 12:09:15 -0400
committerAndrew Gallant <jamslam@gmail.com>2018-04-21 12:09:15 -0400
commit6c8b1e93d5cea366b1c484ea6afa5f71fe01ac78 (patch)
tree15fb49c1346c347aecd7652e8a723abfce2e6dcb /Cargo.toml
parentebdb7c1d4c027de7ee2ffc2675420cd876b97237 (diff)
globset: release 0.4.0globset-0.4.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index cc11bbe0..3caf8381 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -36,7 +36,7 @@ members = ["grep", "globset", "ignore", "termcolor", "wincolor"]
atty = "=0.2.6"
bytecount = "0.3.1"
encoding_rs = "0.7"
-globset = { version = "0.3.0", path = "globset" }
+globset = { version = "0.4.0", path = "globset" }
grep = { version = "0.1.8", path = "grep" }
ignore = { version = "0.4.0", path = "ignore" }
lazy_static = "1"