From cbd3bf25d50f07e68d8c416575ae418835f26bf1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 3 Jan 2017 13:39:33 -0800 Subject: [PATCH] v1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f1bcb86..319cd39 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.2.0" +version = "1.2.1" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"