Skip to content

Commit

Permalink
Release 2.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dns2utf8 committed Feb 28, 2022
1 parent 10736b7 commit 1ac28e6
Show file tree
Hide file tree
Showing 3 changed files with 699 additions and 718 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,9 +1,9 @@
[package]

name = "threadpool"
version = "1.8.1"
version = "2.0.0-alpha.1"
edition = "2018"
authors = ["The Rust Project Developers", "Corey Farwell <coreyf@rwell.org>", "Stefan Schindler <dns2utf8@estada.ch>"]
authors = ["The Rust Project Developers", "Stefan Schindler <dns2utf8@estada.ch>"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-threadpool/rust-threadpool"
Expand All @@ -24,4 +24,4 @@ include = [
]

[dependencies]
num_cpus = "1.13"
num_cpus = "1.13.1"

0 comments on commit 1ac28e6

Please sign in to comment.