Update to version 0.8.6; Fixes RHBZ#2329514

epel10 imports/epel10/rust-libloading-0.8.6-1.el10
Fabio Valentini 3 months ago
parent 340cd09d34
commit 0bc2aced04
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -18,3 +18,4 @@
/libloading-0.8.3.crate /libloading-0.8.3.crate
/libloading-0.8.4.crate /libloading-0.8.4.crate
/libloading-0.8.5.crate /libloading-0.8.5.crate
/libloading-0.8.6.crate

@ -1,6 +1,6 @@
--- libloading-0.8.5/Cargo.toml 1970-01-01T00:00:01+00:00 --- libloading-0.8.6/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.8.5/Cargo.toml 2024-07-28T14:37:57.480582+00:00 +++ libloading-0.8.6/Cargo.toml 2024-12-01T20:34:34.171349+00:00
@@ -43,13 +43,7 @@ @@ -44,13 +44,7 @@
[target."cfg(unix)".dependencies.cfg-if] [target."cfg(unix)".dependencies.cfg-if]
version = "1" version = "1"
@ -8,7 +8,7 @@
-version = ">=0.48, <0.53" -version = ">=0.48, <0.53"
- -
-[target."cfg(windows)".dev-dependencies.windows-sys] -[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.52" -version = ">=0.52,<0.59"
-features = ["Win32_Foundation"] -features = ["Win32_Foundation"]
- -
[lints.rust.unexpected_cfgs] [lints.rust.unexpected_cfgs]

@ -1,11 +1,11 @@
# Generated by rust2rpm 26 # Generated by rust2rpm 27
%bcond_without check %bcond check 1
%global debug_package %{nil} %global debug_package %{nil}
%global crate libloading %global crate libloading
Name: rust-libloading Name: rust-libloading
Version: 0.8.5 Version: 0.8.6
Release: %autorelease Release: %autorelease
Summary: Bindings for native dynamic library loading primitives Summary: Bindings for native dynamic library loading primitives

@ -1 +1 @@
SHA512 (libloading-0.8.5.crate) = f332884fa75cf210460f4678d45091345b23469c09301614c476e95bc54163afd6d4f098a34f9e0d529fa1ec63892395b50957598070ff327743e4c3b0871074 SHA512 (libloading-0.8.6.crate) = f49ab79244d4b54c2f181bd9d7506fe5df9824a09446924dc429636e08ed7bcd6f5d2afaf8a0c862982e2c2c5832370b118266d36f36bc7b7522668bd598fc81

Loading…
Cancel
Save