From 0f9e8ea15f35f1685b03672867f27a10332a3459 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 20 Jun 2017 23:36:43 -0700 Subject: [PATCH] v1.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ac76cc9..3ac9648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.5.1" +version = "1.6.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"