Skip to content

Commit

Permalink
Allow the usage of smallvec 0.4 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed May 30, 2017
1 parent c78619e commit b3ea603
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parking_lot_core"
version = "0.2.1"
version = "0.2.2"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "An advanced API for creating custom synchronization primitives."
documentation = "https://amanieu.github.io/parking_lot/parking_lot_core/index.html"
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/Amanieu/parking_lot"
keywords = ["mutex", "condvar", "rwlock", "once", "thread"]

[dependencies]
smallvec = "0.3"
smallvec = "0.4"
rand = "0.3"

[target.'cfg(unix)'.dependencies]
Expand Down

0 comments on commit b3ea603

Please sign in to comment.