Skip to content

Commit 53617f2

Browse files
committed
Version 0.6.1
Change log for this release: * Add `smallvec!` macro (#90) * Implement `Array` trait for `[T; 0]` (#88) * Add `resize` method (#82) * Correct a typo in the docs (#81)
1 parent 707093b commit 53617f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "smallvec"
3-
version = "0.6.0"
3+
version = "0.6.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)