Skip to content

Commit

Permalink
Version 1.3.0
Browse files Browse the repository at this point in the history
* Add a new unstable `const_generics` feature (servo#204).
* Improve inlining of constructor functions (servo#206).
* Add a `slice.to_smallvec()` convenience method (servo#203).
* Documentation and testing improvements.
  • Loading branch information
mbrubeck committed Apr 6, 2020
1 parent 6a14df0 commit 851d222
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.2.0"
version = "1.3.0"
edition = "2018"
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 851d222

Please sign in to comment.