Update to version 0.7.2; Fixes RHBZ#2023497

epel9
Fabio Valentini 3 years ago
parent 7855b306f6
commit 77c78634d6
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -10,3 +10,4 @@
/libloading-0.6.7.crate /libloading-0.6.7.crate
/libloading-0.7.0.crate /libloading-0.7.0.crate
/libloading-0.7.1.crate /libloading-0.7.1.crate
/libloading-0.7.2.crate

@ -1,6 +1,6 @@
--- libloading-0.7.1/Cargo.toml 1970-01-01T00:00:01+00:00 --- libloading-0.7.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ libloading-0.7.1/Cargo.toml 2021-11-07T14:34:59.497149+00:00 +++ libloading-0.7.2/Cargo.toml 2021-11-16T11:23:47.956273+00:00
@@ -30,6 +30,3 @@ @@ -31,6 +31,3 @@
version = "1.1" version = "1.1"
[target."cfg(unix)".dependencies.cfg-if] [target."cfg(unix)".dependencies.cfg-if]
version = "1" version = "1"

@ -5,7 +5,7 @@
%global crate libloading %global crate libloading
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.7.1 Version: 0.7.2
Release: %autorelease Release: %autorelease
Summary: Safer binding to platforms dynamic library loading utilities Summary: Safer binding to platforms dynamic library loading utilities

@ -1 +1 @@
SHA512 (libloading-0.7.1.crate) = b06a668868bc6b4ca0c39dcd83faa71e5c28ba0be772f96f8445a61feddef797d40be1d1180f51b2dad1a77abde2a40a55204d91b1ee9033fef22544968ac0df SHA512 (libloading-0.7.2.crate) = 235ecd8750baef122f3f6ce673e4feae621d806851e842f33f95e8a414915776c33c11e6253da449faa12855f5e444f691c591cbe66efffcbe221d6ca2d32a67

Loading…
Cancel
Save