Skip to content

Commit 08b8249

Browse files
author
bors-servo
authored
Auto merge of #199 - mbrubeck:bump, r=emilio
Version 1.2.0 Changes in this release: * `IntoIter` now implements `Debug` (#196). * `smallvec!` macro is now easier to use in `no_std` contexts where the `vec!` macro isn't automatically imported (#198).
2 parents ea0dbc8 + 04d54bd commit 08b8249

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)