Update to version 1.6.1; Fixes RHBZ#2250575

epel9 imports/e9/rust-uuid-1.6.1-1.el9
Fabio Valentini 1 year ago
parent 69c951c13e
commit 8b910ca5de
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -21,3 +21,4 @@
/uuid-1.4.0.crate
/uuid-1.4.1.crate
/uuid-1.5.0.crate
/uuid-1.6.1.crate

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

@ -1 +1 @@
SHA512 (uuid-1.5.0.crate) = 42494524d5e837558d6254adbc5749ebabfca018b3d41b47a5ebf5925e37005e02ebd1a20a1cfc59cdfcfb5bb87656a7ef5e1383681363c3ae3df2ca3adea3b5
SHA512 (uuid-1.6.1.crate) = b9f3dbad176b3640b4b943d127ac8fcd0938e7bc750430626cc603efdcf5faf479f8de7940d64ed1b5b6e6378b42a1aaf3c1e791ee59b9db9394409261cf3c55

@ -1,5 +1,5 @@
--- uuid-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.5.0/Cargo.toml 2023-10-19T14:36:57.156620+00:00
--- uuid-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.6.1/Cargo.toml 2023-11-25T12:07:02.306458+00:00
@@ -184,17 +184,6 @@
]
v8 = []

@ -1,5 +1,5 @@
--- uuid-1.5.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.5.0/Cargo.toml 2023-10-19T14:37:41.348829+00:00
--- uuid-1.6.1/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.6.1/Cargo.toml 2023-11-25T12:07:30.448571+00:00
@@ -85,10 +85,6 @@
default-features = false
package = "atomic"
@ -16,7 +16,7 @@
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.5.0"
-version = "1.6.1"
-optional = true
-package = "uuid-macro-internal"
-

Loading…
Cancel
Save