Skip to content

Commit

Permalink
Bump parking_lot version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu committed Aug 26, 2016
1 parent 993f75e commit e3f3cfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parking_lot"
version = "0.2.8"
version = "0.3.0"
authors = ["Amanieu d'Antras <amanieu@gmail.com>"]
description = "More compact and efficient implementations of the standard synchronization primitives."
documentation = "https://amanieu.github.io/parking_lot/parking_lot/index.html"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
parking_lot = "0.2"
parking_lot = "0.3"
```

and this to your crate root:
Expand All @@ -104,7 +104,7 @@ To enable nightly-only features, add this to your `Cargo.toml` instead:

```toml
[dependencies]
parking_lot = {version = "0.2", features = ["nightly"]}
parking_lot = {version = "0.3", features = ["nightly"]}
```

The core parking lot API is provided by the `parking_lot_core` crate. It is
Expand Down

0 comments on commit e3f3cfa

Please sign in to comment.