Skip to content

Commit

Permalink
Version 1.6.0
Browse files Browse the repository at this point in the history
Release notes:

* The `union` feature is now compatible with stable Rust 1.50 (servo#248).
* The `const_generics` feature is now compatible with Rust 1.51-beta
  (servo#242).
* Fixed warnings when compiling with Rust 1.51-beta (servo#246).
  • Loading branch information
mbrubeck committed Dec 31, 2020
1 parent 73a8953 commit 2902181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "smallvec"
version = "1.5.1"
version = "1.6.0"
edition = "2018"
authors = ["The Servo Project Developers"]
license = "MIT/Apache-2.0"
Expand Down

0 comments on commit 2902181

Please sign in to comment.