Update to version 1.3.4; Fixes RHBZ#2214494

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

1
.gitignore vendored

@ -17,3 +17,4 @@
/uuid-1.3.1.crate
/uuid-1.3.2.crate
/uuid-1.3.3.crate
/uuid-1.3.4.crate

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

@ -1 +1 @@
SHA512 (uuid-1.3.3.crate) = 34a545f72acc1c9ff3d55667c19b652d9900be4a7c3b63a86c59ac74e3324fe3d67ee429c5225b44084c042dca20a70455de1540683dbfea80a5f400cb9fd4aa
SHA512 (uuid-1.3.4.crate) = 42eb9c8f39f4424b1a40669eb8abd7d81b0bf1020a3433aa34f2022eb62facf4796462cfe2e6fba69c1e5ec63a2f81c1dda72094aaa0fdeb2bbf83acd43c6899

@ -1,14 +1,14 @@
--- 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
--- uuid-1.3.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.4/Cargo.toml 2023-06-23T21:50:50.179657+00:00
@@ -173,17 +173,6 @@
]
v8 = []
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
-[target."cfg(target = \"wasm32-unknown-unknown\")".dev-dependencies.wasm-bindgen]
-version = "0.2"
-package = "wasm-bindgen"
-
-[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
-[target."cfg(target = \"wasm32-unknown-unknown\")".dev-dependencies.wasm-bindgen-test]
-version = "0.3"
-
-[target."cfg(windows)".dev-dependencies.windows-sys]

@ -1,11 +1,11 @@
--- 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
--- uuid-1.3.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ uuid-1.3.4/Cargo.toml 2023-06-23T21:51:15.198751+00:00
@@ -114,20 +114,6 @@
version = "2"
optional = true
-[dependencies.uuid-macro-internal]
-version = "1.3.3"
-version = "1.3.4"
-optional = true
-package = "uuid-macro-internal"
-

Loading…
Cancel
Save