From 1259341865ad6ac4aab36605445c640d51590bd7 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 14 Jun 2016 03:41:26 -0700 Subject: [PATCH] v0.2.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 256b860..4a6418b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "num_cpus" -version = "0.2.12" +version = "0.2.13" description = "Get the number of CPUs on a machine." authors = ["Sean McArthur "] license = "MIT/Apache-2.0"