From a79b70641366432e2c25e9ee01c83cd292dbaf15 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 26 May 2017 14:58:55 -0700 Subject: [PATCH] v1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 039de52..87f324a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.4.0" +version = "1.5.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"