From 568c7fb77ba3179976cefcb7c5a8527f53fa0291 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Fri, 16 Sep 2016 10:22:39 -0700 Subject: [PATCH] v1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d46c1b7..3961713 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "1.0.0" +version = "1.1.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"