Auto merge of #199 - mbrubeck:bump, r=emilio

Version 1.2.0

Changes in this release:

* `IntoIter` now implements `Debug` (#196).
* `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
This commit is contained in:
bors-servo
2020-01-28 18:17:40 -05:00
committed by GitHub
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "1.1.0"
version = "1.2.0"
edition = "2018"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT/Apache-2.0"