Skip to content

Commit

Permalink
Update changelog, add requirements to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed May 26, 2016
1 parent 31464c2 commit 8f87874
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

* [Enable `#[deprecated]` doc, requires rust 1.9](https://github.com/frewsxcv/rust-threadpool/pull/38)

## 1.3.0

* [Add barrier sync example](https://github.com/frewsxcv/rust-threadpool/pull/35)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
threadpool
==========
# threadpool

A thread pool for running a number of jobs on a fixed set of worker threads.

Expand All @@ -22,6 +21,10 @@ and this to your crate root:
extern crate threadpool;
```

## Minimal requirements

This crate requires rust >= 1.9.0

## Similar libraries

* [rust-scoped-pool](http://github.com/reem/rust-scoped-pool)
Expand Down

0 comments on commit 8f87874

Please sign in to comment.