Update to version 0.1.5; Fixes RHBZ#2235460

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

1
.gitignore vendored

@ -1 +1,2 @@
/sharded-slab-0.1.4.crate /sharded-slab-0.1.4.crate
/sharded-slab-0.1.5.crate

@ -5,7 +5,7 @@
%global crate sharded-slab %global crate sharded-slab
Name: rust-sharded-slab Name: rust-sharded-slab
Version: 0.1.4 Version: 0.1.5
Release: %autorelease Release: %autorelease
Summary: Lock-free concurrent slab Summary: Lock-free concurrent slab

@ -1,12 +1,13 @@
--- sharded-slab-0.1.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- sharded-slab-0.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sharded-slab-0.1.4/Cargo.toml 2023-08-07T14:27:07.983771+00:00 +++ sharded-slab-0.1.5/Cargo.toml 2023-08-28T19:50:58.767462+00:00
@@ -43,9 +43,5 @@ @@ -61,10 +61,5 @@
[dev-dependencies.slab] [dev-dependencies.slab]
version = "0.4.2" version = "0.4.2"
-[target."cfg(loom)".dependencies.loom] -[target."cfg(loom)".dependencies.loom]
-version = "0.5" -version = "0.5"
-features = ["checkpoint"] -features = ["checkpoint"]
-optional = true -optional = true
-
[badges.maintenance] [badges.maintenance]
status = "experimental" status = "experimental"

@ -1,15 +1,16 @@
--- sharded-slab-0.1.4/Cargo.toml 1970-01-01T00:00:01+00:00 --- sharded-slab-0.1.5/Cargo.toml 1970-01-01T00:00:01+00:00
+++ sharded-slab-0.1.4/Cargo.toml 2023-08-07T14:27:25.637841+00:00 +++ sharded-slab-0.1.5/Cargo.toml 2023-08-28T19:51:25.416585+00:00
@@ -31,12 +31,6 @@ @@ -48,13 +48,6 @@
harness = false
[dependencies.lazy_static] [dependencies.lazy_static]
version = "1" version = "1"
-[dev-dependencies.criterion] -[dev-dependencies.criterion]
-version = "0.3" -version = "0.3"
- -
-[dev-dependencies.loom] -[dev-dependencies.loom]
-version = "0.5" -version = "0.5"
-features = ["checkpoint"] -features = ["checkpoint"]
-
[dev-dependencies.proptest] [dev-dependencies.proptest]
version = "1" version = "1"

@ -1 +1 @@
SHA512 (sharded-slab-0.1.4.crate) = 123a9ddb126d1adf41a30a632604264d66a06bacc497db6373e9dd36164197f8321f2fc826a16247674f0f69d9f6e30aca37810f787693c4a5c2cee8c5887c55 SHA512 (sharded-slab-0.1.5.crate) = 38609a8391223602d86385d0c3e422f6102eeebf65b48f8957a61fdf16f5924244be1e45e1d08facfda83590a8fd709edd266d009bbb3ebd4d8ea18bdc2221c0

Loading…
Cancel
Save