Update to version 2.2.4; Fixes RHBZ#2321830

epel10
Fabio Valentini 4 months ago
parent 7cfeb627a6
commit 1767c5cf15
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -2,3 +2,4 @@
/scc-2.1.17.crate /scc-2.1.17.crate
/scc-2.2.0.crate /scc-2.2.0.crate
/scc-2.2.2.crate /scc-2.2.2.crate
/scc-2.2.4.crate

@ -5,7 +5,7 @@
%global crate scc %global crate scc
Name: rust-scc Name: rust-scc
Version: 2.2.2 Version: 2.2.4
Release: %autorelease Release: %autorelease
Summary: Containers and utilities for concurrent and asynchronous programming Summary: Containers and utilities for concurrent and asynchronous programming

@ -1,5 +1,5 @@
--- scc-2.2.2/Cargo.toml 1970-01-01T00:00:01+00:00 --- scc-2.2.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ scc-2.2.2/Cargo.toml 2024-10-20T19:26:32.306344+00:00 +++ scc-2.2.4/Cargo.toml 2024-10-30T22:30:55.669029+00:00
@@ -43,37 +43,8 @@ @@ -43,37 +43,8 @@
name = "scc" name = "scc"
path = "src/lib.rs" path = "src/lib.rs"
@ -50,7 +50,7 @@
version = "0.3" version = "0.3"
@@ -104,9 +72,3 @@ @@ -104,9 +72,3 @@
[dev-dependencies.tokio] [dev-dependencies.tokio]
version = "1.40" version = "1.41"
features = ["full"] features = ["full"]
- -
-[features] -[features]

@ -1 +1 @@
SHA512 (scc-2.2.2.crate) = b946b95fcce81cc35b9422cdb91f0c18ac6b36c30d7fe932b2c5e78411b0884f44bf4109ccf52c3f929462bf853a6cb19a6f9efd62b67a78632590430c34ed78 SHA512 (scc-2.2.4.crate) = 091d5eb0f4620ea04b213149883176014d57692c5af3b68a0235312eb21835e9dac80b1afb3fefa44473cad36ca6ac4871c1e366d62db70a293b0a26c1e4f8ff

Loading…
Cancel
Save