Update to version 0.0.46

epel9
Fabio Valentini 2 years ago
parent a217d55f3e
commit c626dd2751
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/linux-raw-sys-0.0.36.crate
/linux-raw-sys-0.0.42.crate
/linux-raw-sys-0.0.46.crate

@ -1,25 +0,0 @@
--- linux-raw-sys-0.0.36/Cargo.toml 2021-11-05T13:12:27+00:00
+++ linux-raw-sys-0.0.36/Cargo.toml 2021-11-28T18:02:37.919145+00:00
@@ -25,14 +25,6 @@
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]
-[dependencies.compiler_builtins]
-version = "0.1.49"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
[features]
default = ["std", "general", "errno"]
@@ -40,7 +32,6 @@
general = []
netlink = []
no_std = []
-rustc-dep-of-std = ["core", "compiler_builtins", "no_std"]
std = []
v2_6_32 = []
v3_10 = []

@ -1,16 +1,15 @@
# Generated by rust2rpm 21
# Generated by rust2rpm 22
%bcond_without check
%global debug_package %{nil}
%global crate linux-raw-sys
Name: rust-%{crate}
Version: 0.0.42
Name: rust-linux-raw-sys
Version: 0.0.46
Release: %autorelease
Summary: Generated bindings for Linux's userspace API
# Upstream license specification: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
License: ASL 2.0 or MIT
License: Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
URL: https://crates.io/crates/linux-raw-sys
Source: %{crates_source}
@ -37,6 +36,8 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-Apache-2.0_WITH_LLVM-exception
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CODE_OF_CONDUCT.md
%doc %{crate_instdir}/ORG_CODE_OF_CONDUCT.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/

@ -1 +1 @@
SHA512 (linux-raw-sys-0.0.42.crate) = 69f3e8894c01b0da58459b06e1d6b2dd73fa927eda1cddb339645cf35202c21e971082620ecb7fc0d6427cf1aa89c1ec859bb6bf2ce76a3cac727c3e4fccae6d
SHA512 (linux-raw-sys-0.0.46.crate) = b821ab53d9a885b9dfef6eb3d36a422525cf35d797fe32fee3abf9bb5463712af57febf684c9ab41b5de40c9b0e73d9e369599497f7a7f1314ff455795d32b39

Loading…
Cancel
Save