aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-08-09 10:50:42 -0700
committerJoel Galenson <jgalenson@google.com>2021-08-09 10:50:42 -0700
commitcdef32ccc47be50aeafb1125b30a618283497b71 (patch)
tree014fd32bf139cc7bb53787c6540380976a6a0802 /Cargo.toml.orig
parent1fd699145f300a68d8292e21ccde1df4df236af6 (diff)
downloadunicode-segmentation-cdef32ccc47be50aeafb1125b30a618283497b71.tar.gz
Upgrade rust/crates/unicode-segmentation to 1.8.0
Test: make Change-Id: I84020fc858ae04f9dbf0354d5a811ddff33e4cb1
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig13
1 files changed, 11 insertions, 2 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 3f55167..c1c16e6 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,9 +1,10 @@
[package]
name = "unicode-segmentation"
-version = "1.7.1"
+version = "1.8.0"
authors = ["kwantam <kwantam@gmail.com>", "Manish Goregaokar <manishsmail@gmail.com>"]
+edition = "2018"
homepage = "https://github.com/unicode-rs/unicode-segmentation"
repository = "https://github.com/unicode-rs/unicode-segmentation"
documentation = "https://unicode-rs.github.io/unicode-segmentation"
@@ -23,8 +24,16 @@ no_std = [] # This is a no-op, preserved for backward compatibility only.
[dev-dependencies]
quickcheck = "0.7"
-bencher = "0.1"
+criterion = "0.3"
[[bench]]
name = "graphemes"
+harness = false
+
+[[bench]]
+name = "unicode_words"
+harness = false
+
+[[bench]]
+name = "word_bounds"
harness = false \ No newline at end of file