Update to version 1.15.0; Fixes RHBZ#2155300

epel9
Fabio Valentini 2 years ago
parent 4ee3a5f164
commit 0b1fbb6a5d
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -8,3 +8,4 @@
/num_cpus-1.13.0.crate
/num_cpus-1.13.1.crate
/num_cpus-1.14.0.crate
/num_cpus-1.15.0.crate

@ -1,11 +1,11 @@
--- num_cpus-1.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ num_cpus-1.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
--- num_cpus-1.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ num_cpus-1.15.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -25,8 +25,5 @@
license = "MIT OR Apache-2.0"
repository = "https://github.com/seanmonstar/num_cpus"
-[target."cfg(all(any(target_arch = \"x86_64\", target_arch = \"aarch64\"), target_os = \"hermit\"))".dependencies.hermit-abi]
-version = "0.1.3"
-version = "0.2.6"
-
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.26"

@ -5,7 +5,7 @@
%global crate num_cpus
Name: rust-num_cpus
Version: 1.14.0
Version: 1.15.0
Release: %autorelease
Summary: Get the number of CPUs on a machine

@ -1 +1 @@
SHA512 (num_cpus-1.14.0.crate) = c3b19f7cad14947c9860ed81617e2f7492f69248c8436ce83429cae9fe09d7be04c813233b54ca216e7dc2e03b76f46c5659154f89bb804e702f23b78feb3507
SHA512 (num_cpus-1.15.0.crate) = fd4772868def9460a6ee17ef6fc00b0bc74115eec891bb3fdb07ba5b5fe4057a2ac69eb31ba8beddbd3189c7be4545888e5724879f3a89132fbc9b32aa7bb10f

Loading…
Cancel
Save