Skip to content

Commit

Permalink
Release version 0.4.2.
Browse files Browse the repository at this point in the history
* Add `SmallVec::from_buf` constructor (#56).
* Add optional `serde` (de-)serialization support (#57).
  • Loading branch information
mbrubeck committed Aug 10, 2017
1 parent e162ecc commit 03d5340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "0.4.1"
version = "0.4.2"
authors = ["Simon Sapin <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand Down

0 comments on commit 03d5340

Please sign in to comment.