Use upstream smallvec.

This commit is contained in:
Sergio Benitez 2017-04-15 19:03:40 -07:00
parent 7d2a114280
commit 586d46ae9c
1 changed files with 1 additions and 1 deletions

View File

@ -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 }