Skip to content

Commit

Permalink
Version 1.5.0
Browse files Browse the repository at this point in the history
Change log:

* Add the `append` method (servo#237).
* Add support for more array sizes between 17 and 31 (servo#234).
* Don't panic on deserialization errors (servo#238).
  • Loading branch information
mbrubeck committed Nov 16, 2020
1 parent c7af9e2 commit b825266
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.4.2"
version = "1.5.0"
edition = "2018"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit b825266

Please sign in to comment.