From 7aab1fbc30b9bf39e74b0624dc037af694ce4da3 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 28 Jul 2016 12:46:36 -0700 Subject: [PATCH] v1.0.0 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a6418b..d46c1b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,12 @@ [package] name = "num_cpus" -version = "0.2.13" +version = "1.0.0" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0" repository = "https://github.com/seanmonstar/num_cpus" +keywords = ["cpus", "cores"] [dependencies]