Skip to content

Commit 04d54bd

Browse files
committed
Version 1.2.0
Changes in this release: * `IntoIter` now implments `Debug` (#196). * `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
1 parent ea0dbc8 commit 04d54bd

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.1.0"
3+
version = "1.2.0"
44
edition = "2018"
55
authors = ["Simon Sapin <[email protected]>"]
66
license = "MIT/Apache-2.0"

0 commit comments

Comments
 (0)