Blob Blame History Raw
--- unicode-segmentation-1.10.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ unicode-segmentation-1.10.0/Cargo.toml	2022-10-05T12:51:34.258583+00:00
@@ -20,7 +20,7 @@
 exclude = [
     "target/*",
     "Cargo.lock",
-    "scripts/tmp",
+    "scripts/*",
     "benches/texts/*",
     "*.txt",
 ]
@@ -53,11 +53,8 @@
 name = "word_bounds"
 harness = false
 
-[dev-dependencies.criterion]
-version = "0.3"
-
 [dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.9"
 
 [features]
 no_std = []