Update to version 1.3.3; Fixes RHBZ#2203814

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

1
.gitignore vendored

@ -16,3 +16,4 @@
/uuid-1.3.0.crate
/uuid-1.3.1.crate
/uuid-1.3.2.crate
/uuid-1.3.3.crate

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

@ -1 +1 @@
SHA512 (uuid-1.3.2.crate) = b363d881d1eff875db7cf4de7290a41b74df5c419f9b78419ca074e2269f8fd24752f7ada5a87c8e2a6ecd5bb4ffd259bc7e900c8d3b7c709e4251cb449cf982
SHA512 (uuid-1.3.3.crate) = 34a545f72acc1c9ff3d55667c19b652d9900be4a7c3b63a86c59ac74e3324fe3d67ee429c5225b44084c042dca20a70455de1540683dbfea80a5f400cb9fd4aa

@ -1,5 +1,5 @@
--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.2/Cargo.toml 2023-04-30T12:07:35.245653+00:00
--- uuid-1.3.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.3/Cargo.toml 2023-05-17T13:06:26.241008+00:00
@@ -173,17 +173,6 @@
]
v8 = []

@ -1,11 +1,11 @@
--- uuid-1.3.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.2/Cargo.toml 2023-04-30T12:08:00.549753+00:00
--- uuid-1.3.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.3/Cargo.toml 2023-05-17T13:06:58.523154+00:00
@@ -114,20 +114,6 @@
version = "2"
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.3.2"
-version = "1.3.3"
-optional = true
-package = "uuid-macro-internal"
-

Loading…
Cancel
Save