From 586d46ae9c9ae467dd0ae74970f1f8e3827078f8 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 15 Apr 2017 19:03:40 -0700 Subject: [PATCH] Use upstream smallvec. --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 6b33f4df..220dab49 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -29,7 +29,7 @@ state = "0.2.1" time = "0.1" memchr = "1" base64 = "0.4" -smallvec = { git = "https://github.com/SergioBenitez/rust-smallvec" } +smallvec = "0.3.3" pear = "0.0.8" pear_codegen = "0.0.8" rustls = { version = "0.5.8", optional = true }