parent
9f25c8f5a9
commit
964c2839b8
@ -1 +1,2 @@
|
|||||||
/sdd-0.2.0.crate
|
/sdd-0.2.0.crate
|
||||||
|
/sdd-2.1.0.crate
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
[tests]
|
[package]
|
||||||
run = ["none"]
|
summary = "Containers and utilities for concurrent and asynchronous programming"
|
||||||
comments = ["missing dev-dependencies: loom ^0.7"]
|
cargo-toml-patch-comments = [
|
||||||
|
"drop unused, benchmark-only criterion dev-dependency",
|
||||||
|
"drop unused, optional dependency for loom perturbation testing",
|
||||||
|
]
|
||||||
|
|
||||||
|
@ -0,0 +1,19 @@
|
|||||||
|
--- 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/"
|
||||||
|
|
||||||
|
-[[bench]]
|
||||||
|
-name = "ebr"
|
||||||
|
-harness = false
|
||||||
|
-
|
||||||
|
-[dependencies.loom]
|
||||||
|
-version = "0.7"
|
||||||
|
-optional = true
|
||||||
|
-
|
||||||
|
-[dev-dependencies.criterion]
|
||||||
|
-version = "0.5"
|
||||||
|
-
|
||||||
|
[dev-dependencies.static_assertions]
|
||||||
|
version = "1.1"
|
@ -1 +1 @@
|
|||||||
SHA512 (sdd-0.2.0.crate) = 851040ba93361673ffc193aef83b0b467f46d1c1d8df2230fcb8a31fa1b0264db95a7df78f4e61f53a2fa9d77547eac450e711247b1cef9490ebe8d1bdb14d55
|
SHA512 (sdd-2.1.0.crate) = 58a86a837d2af2be43a4a4adc03d3de3a43f42d25dd685cb334ab53cbcc40a4f159c9266bb37d95a1676da334d8a58bf6cc2153fb09675b1fc27f25ee5a0b655
|
||||||
|
Loading…
Reference in new issue