Bump rustix from 0.36 to 0.37

epel9
Fabio Valentini 2 years ago
parent 99712f3dc0
commit 0590fe39e8
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -1,3 +0,0 @@
# rust-procfs
The rust-procfs package

@ -0,0 +1,11 @@
--- procfs-0.14.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ procfs-0.14.2/Cargo.toml 2023-04-04T14:12:30.201772+00:00
@@ -66,7 +66,7 @@
version = "1.0.2"
[dependencies.rustix]
-version = "0.36.0"
+version = "0.37.0"
features = [
"fs",
"process",

@ -1,4 +1,4 @@
# Generated by rust2rpm 23
# Generated by rust2rpm 24
# * missing dev-dependency: procinfo (depends on outdated nom 2)
%bcond_with check
%global debug_package %{nil}
@ -13,6 +13,9 @@ Summary: Interface to the linux procfs pseudo-filesystem
License: MIT OR Apache-2.0
URL: https://crates.io/crates/procfs
Source: %{crates_source}
# Manually created patch for downstream crate metadata changes
# * bump rustix from 0.36 to 0.37
Patch: procfs-fix-metadata.diff
BuildRequires: rust-packaging >= 21

Loading…
Cancel
Save