Update to version 3.0.3; Fixes RHBZ#2303975

epel10
Fabio Valentini 5 months ago
parent 964c2839b8
commit a0f0760f65
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,2 +1,3 @@
/sdd-0.2.0.crate
/sdd-2.1.0.crate
/sdd-3.0.3.crate

@ -5,7 +5,7 @@
%global crate sdd
Name: rust-sdd
Version: 2.1.0
Version: 3.0.3
Release: %autorelease
Summary: Containers and utilities for concurrent and asynchronous programming

@ -1,11 +1,12 @@
--- sdd-2.1.0/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sdd-2.1.0/Cargo.toml 2024-08-02T18:44:11.113288+00:00
@@ -33,16 +33,5 @@
license = "Apache-2.0"
repository = "https://github.com/wvwwvwwv/scalable-delayed-dealloc/"
--- sdd-3.0.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sdd-3.0.3/Cargo.toml 2024-09-18T15:06:02.205412+00:00
@@ -42,17 +42,5 @@
name = "sdd"
path = "src/lib.rs"
-[[bench]]
-name = "ebr"
-path = "benches/ebr.rs"
-harness = false
-
-[dependencies.loom]

@ -1 +1 @@
SHA512 (sdd-2.1.0.crate) = 58a86a837d2af2be43a4a4adc03d3de3a43f42d25dd685cb334ab53cbcc40a4f159c9266bb37d95a1676da334d8a58bf6cc2153fb09675b1fc27f25ee5a0b655
SHA512 (sdd-3.0.3.crate) = d5a5e59ac098a9378cba699f01f7a2066d47a98f85a0c72ba0d6d5fa6cb19792f1f557a1fb02e57e95ba0ce961d3c7a72ca06916a30e076f992274aa953d822e

Loading…
Cancel
Save