Update to version 1.4.1; Fixes RHBZ#2223255

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

1
.gitignore vendored

@ -19,3 +19,4 @@
/uuid-1.3.3.crate
/uuid-1.3.4.crate
/uuid-1.4.0.crate
/uuid-1.4.1.crate

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

@ -1 +1 @@
SHA512 (uuid-1.4.0.crate) = 92acf08ee1f36a3a394422ce9b1cdbe0ccf3fb8d878efe068fd025832af677466622bd1260e853c5232f18b4f5411136595aa07311a3f9886904800bee7cfaa0
SHA512 (uuid-1.4.1.crate) = 95914b62948941e9dcda7b66b932088b328a23286d163449a72961874f4a856db6db1d60a125e56cd1d7b1c00391485a45520852ea49bd8e5a7b8cae8ecf8b96

@ -1,5 +1,5 @@
--- uuid-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.4.0/Cargo.toml 2023-07-15T14:01:36.550951+00:00
--- uuid-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.4.1/Cargo.toml 2023-07-29T14:55:39.956040+00:00
@@ -178,17 +178,6 @@
]
v8 = []

@ -1,5 +1,5 @@
--- uuid-1.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.4.0/Cargo.toml 2023-07-15T14:01:58.729036+00:00
--- uuid-1.4.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.4.1/Cargo.toml 2023-07-29T14:56:16.540197+00:00
@@ -84,10 +84,6 @@
default-features = false
package = "atomic"
@ -16,7 +16,7 @@
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.4.0"
-version = "1.4.1"
-optional = true
-package = "uuid-macro-internal"
-

Loading…
Cancel
Save