Skip to content

Commit

Permalink
Version 1.2.0
Browse files Browse the repository at this point in the history
Changes in this release:

* `IntoIter` now implments `Debug` (servo#196).
* `smallvec!` macro is now easier to use in `no_std` contexts
   where the `vec!` macro isn't automatically imported (servo#198).
  • Loading branch information
mbrubeck committed Jan 28, 2020
1 parent ea0dbc8 commit 04d54bd
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 04d54bd

Please sign in to comment.