From d00b360dbfd6cd5826e703e41c2bae6c0939f369 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 22 Jun 2017 13:03:45 -0700 Subject: [PATCH] v1.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ac9648..9066ecb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.6.0" +version = "1.6.1" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"