Skip to content

Commit

Permalink
Release version 0.4.1
Browse files Browse the repository at this point in the history
New features:

* `no_std` support (#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (#52).
* Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (#54).
  • Loading branch information
mbrubeck committed Jun 28, 2017
1 parent f747b48 commit bf9ac18
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.0"
version = "0.4.1"
authors = ["Simon Sapin <[email protected]>"]
license = "MPL-2.0"
repository = "https://github.com/servo/rust-smallvec"
Expand Down

0 comments on commit bf9ac18

Please sign in to comment.