From 0274330fea6c8209be4c8bce969b9416070da078 Mon Sep 17 00:00:00 2001 From: Clint Frederickson Date: Tue, 21 Jan 2020 15:15:16 -0700 Subject: [PATCH 1/2] bump to smallvec 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index eec56f1..78fc335 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,4 +21,4 @@ Unicode Standard Annex #15. exclude = [ "target/*", "Cargo.lock", "scripts/tmp", "*.txt", "tests/*" ] [dependencies] -smallvec = "1.0" +smallvec = "1.1" From a303f6f44800b41c3bdc77614bca92fd6067b4e3 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 21 Jan 2020 14:34:20 -0800 Subject: [PATCH 2/2] Publish 0.1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 78fc335..60532fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicode-normalization" -version = "0.1.11" +version = "0.1.12" authors = ["kwantam "] homepage = "https://github.com/unicode-rs/unicode-normalization"