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 (servo#49).
* `SmallVec<[u8; N]>` implements the `Write` trait (servo#52).
  • Loading branch information
mbrubeck committed Jun 23, 2017
1 parent 191d43c commit 0f478cc
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 0f478cc

Please sign in to comment.