Skip to content

Commit bf9ac18

Browse files
committed
Release version 0.4.1
New features: * `no_std` support (#49). * `SmallVec<[u8; N]>` implements the `Write` trait (#52). * Add an `ExtendFromSlice` trait for both `Vec` and `SmallVec` (#54).
1 parent f747b48 commit bf9ac18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smallvec"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Simon Sapin <[email protected]>"]
55
license = "MPL-2.0"
66
repository = "https://github.com/servo/rust-smallvec"

0 commit comments

Comments
 (0)