Skip to content

Commit

Permalink
Auto merge of #199 - mbrubeck:bump, r=emilio
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
bors-servo committed Jan 28, 2020
2 parents ea0dbc8 + 04d54bd commit 08b8249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -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"
Expand Down

0 comments on commit 08b8249

Please sign in to comment.