Skip to content

Commit 851d222

Browse files
committed
Version 1.3.0
* Add a new unstable `const_generics` feature (#204). * Improve inlining of constructor functions (#206). * Add a `slice.to_smallvec()` convenience method (#203). * Documentation and testing improvements.
1 parent 6a14df0 commit 851d222

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

0 commit comments

Comments
 (0)