aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 5ebfd93..6c63fbf 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,7 +1,7 @@
[package]
name = "num_cpus"
-version = "1.15.0"
+version = "1.16.0"
description = "Get the number of CPUs on a machine."
authors = ["Sean McArthur <sean@seanmonstar.com>"]
license = "MIT OR Apache-2.0"
@@ -14,5 +14,5 @@ readme = "README.md"
[target.'cfg(not(windows))'.dependencies]
libc = "0.2.26"
-[target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
-hermit-abi = "0.2.6"
+[target.'cfg(target_os = "hermit")'.dependencies]
+hermit-abi = "0.3.0"