From 5fbd7767d1c1b0c8acd5c6495367009a9d7ef036 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 2 Jun 2017 13:52:26 -0700 Subject: [PATCH] v1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 87f324a..ac76cc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.5.0" +version = "1.5.1" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"