Skip to content

Commit 436dedb

Browse files
committed
Version 1.1.0
Changes in this release: * Added new method `SmallVec::into_boxed_slice` (#190). * Added new method `IntoIter::as_slice` (#182). * `IntoIter` now implements `Clone` (#192). * Improved documentation and testing (#186, #189). * Minor code cleanups (#176).
1 parent 19048d5 commit 436dedb

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 = "1.0.0"
3+
version = "1.1.0"
44
edition = "2018"
55
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)