Update to version 1.3.0; Fixes RHBZ#2166236

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

1
.gitignore vendored

@ -13,3 +13,4 @@
/uuid-1.2.0.crate
/uuid-1.2.1.crate
/uuid-1.2.2.crate
/uuid-1.3.0.crate

@ -5,7 +5,7 @@
%global crate uuid
Name: rust-uuid
Version: 1.2.2
Version: 1.3.0
Release: %autorelease
Summary: Library to generate and parse UUIDs

@ -1 +1 @@
SHA512 (uuid-1.2.2.crate) = 6036d9e115a99b4359ae52c00bd194639d0e37afb86713cf8cec21ba67c71b89b0b10e3c08d9603f948023b532a75f869bee4d11e6ba8a9ef844f7464b028037
SHA512 (uuid-1.3.0.crate) = 0914998dc2d516c215b1309a2527af557cecfbbd57f793d416d7ce6520b75dac60951d7e0951d10f251e8bb66733615e502c946acdaa503aba2fc0e3d4a874da

@ -1,5 +1,5 @@
--- uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.2.2/Cargo.toml 1970-01-01T00:00:01+00:00
--- uuid-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.0/Cargo.toml 1970-01-01T00:00:01+00:00
@@ -173,17 +173,6 @@
]
v8 = []
@ -12,7 +12,7 @@
-version = "0.3"
-
-[target."cfg(windows)".dev-dependencies.windows-sys]
-version = "0.42.0"
-version = "0.45.0"
-features = ["Win32_System_Com"]
-
[badges.is-it-maintained-issue-resolution]

Loading…
Cancel
Save