Compare commits
4 Commits
Author | SHA1 | Date |
---|---|---|
|
c4a7812cb1 | 7 months ago |
|
6f664e0159 | 9 months ago |
|
6b8064309d | 1 year ago |
|
ec245905cb | 1 year ago |
@ -1,8 +1,24 @@
|
||||
--- async-lock-3.2.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ async-lock-3.2.0/Cargo.toml 2024-01-05T17:41:16.349142+00:00
|
||||
@@ -62,5 +62,3 @@
|
||||
--- async-lock-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ async-lock-3.4.0/Cargo.toml 2024-06-05T20:27:15.775299+00:00
|
||||
@@ -59,20 +59,13 @@
|
||||
default = ["std"]
|
||||
loom = [
|
||||
"event-listener/loom",
|
||||
- "dep:loom",
|
||||
]
|
||||
std = [
|
||||
"event-listener/std",
|
||||
"event-listener-strategy/std",
|
||||
]
|
||||
|
||||
-[target."cfg(any(target_arch = \"wasm32\", target_arch = \"wasm64\"))".dev-dependencies.wasm-bindgen-test]
|
||||
-[target."cfg(loom)".dependencies.loom]
|
||||
-version = "0.7"
|
||||
-optional = true
|
||||
-
|
||||
-[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
|
||||
-version = "0.3"
|
||||
-
|
||||
[lints.rust.unexpected_cfgs]
|
||||
level = "warn"
|
||||
priority = 0
|
||||
+
|
||||
|
@ -0,0 +1,12 @@
|
||||
--- async-lock-3.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ async-lock-3.4.0/Cargo.toml 2024-06-05T20:27:19.769318+00:00
|
||||
@@ -57,9 +57,6 @@
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
-loom = [
|
||||
- "event-listener/loom",
|
||||
-]
|
||||
std = [
|
||||
"event-listener/std",
|
||||
"event-listener-strategy/std",
|
@ -0,0 +1,5 @@
|
||||
[package]
|
||||
cargo-toml-patch-comments = [
|
||||
"drop feature for unsupported loom permutation testing framework",
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (async-lock-3.2.0.crate) = 46b449c5d24357ec4d47d5e77bd1305e0fcf282dd2658d63804928cab4435fdf9c9344a18df4292af816737c5d3c07b30a63846ce42d61fd4f7981606e6516fd
|
||||
SHA512 (async-lock-3.4.0.crate) = 83731067a3302d3266848b0f65ea6564dad60188472c80e78a7d4cd93804f830332aa01b404b60a8f91cc1c6c7170020ebdfe4b5bae14fef6d3bddcc5f1ed9a5
|
||||
|
Loading…
Reference in new issue