Blob Blame History Raw
--- unicode-segmentation-1.11.0/Cargo.toml	1970-01-01T00:00:01+00:00
+++ unicode-segmentation-1.11.0/Cargo.toml	2024-02-18T16:09:52.513783+00:00
@@ -20,7 +20,7 @@
 exclude = [
     "/.github",
     "/benches/texts",
-    "/scripts/**.rs",
+    "/scripts/*",
     "*.txt",
 ]
 description = """
@@ -51,11 +51,8 @@
 name = "word_bounds"
 harness = false
 
-[dev-dependencies.criterion]
-version = "0.3"
-
 [dev-dependencies.quickcheck]
-version = "0.7"
+version = "0.9"
 
 [features]
 no_std = []