Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
a823e1dd64 | 3 months ago |
|
cdd6493a90 | 7 months ago |
|
43b2cafedf | 10 months ago |
|
622f418fd7 | 11 months ago |
|
2888b93623 | 1 year ago |
@ -1,2 +1,5 @@
|
||||
/event-listener-strategy-0.3.0.crate
|
||||
/event-listener-strategy-0.4.0.crate
|
||||
/event-listener-strategy-0.5.0.crate
|
||||
/event-listener-strategy-0.5.2.crate
|
||||
/event-listener-strategy-0.5.3.crate
|
||||
|
@ -1,8 +1,14 @@
|
||||
--- event-listener-strategy-0.4.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ event-listener-strategy-0.4.0/Cargo.toml 2024-01-02T13:48:47.020742+00:00
|
||||
@@ -53,5 +53,3 @@
|
||||
default = ["std"]
|
||||
--- event-listener-strategy-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ event-listener-strategy-0.5.3/Cargo.toml 2024-12-01T20:22:36.947505+00:00
|
||||
@@ -67,10 +67,8 @@
|
||||
loom = ["event-listener/loom"]
|
||||
std = ["event-listener/std"]
|
||||
|
||||
-[target."cfg(target_family = \"wasm\")".dev-dependencies.wasm-bindgen-test]
|
||||
-[target.'cfg(target_family = "wasm")'.dev-dependencies.wasm-bindgen-test]
|
||||
-version = "0.3.37"
|
||||
-
|
||||
[lints.rust.unexpected_cfgs]
|
||||
level = "warn"
|
||||
priority = 0
|
||||
check-cfg = ["cfg(wasm_bindgen_unstable_test_coverage)"]
|
||||
+
|
||||
|
@ -0,0 +1,10 @@
|
||||
--- event-listener-strategy-0.5.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ event-listener-strategy-0.5.3/Cargo.toml 2024-12-01T20:22:40.167522+00:00
|
||||
@@ -64,7 +64,6 @@
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
-loom = ["event-listener/loom"]
|
||||
std = ["event-listener/std"]
|
||||
|
||||
[lints.rust.unexpected_cfgs]
|
@ -0,0 +1,5 @@
|
||||
[package]
|
||||
cargo-toml-patch-comments = [
|
||||
"drop feature for unsupported loom permutation testing framework",
|
||||
]
|
||||
|
@ -1 +1 @@
|
||||
SHA512 (event-listener-strategy-0.4.0.crate) = 02e8253ce8b680d9df72b786115d8894147483c5b44d530adb600718213424b2d87c899517ddacefe73738ec9c8904d042341d4aab8076fd19876e89972061e9
|
||||
SHA512 (event-listener-strategy-0.5.3.crate) = f1a14f69afb9765a317b3d7bda505a28f050a7594d6b07e5263d635b806d494ab41c456dcf38ca924ecc0595be0f77e32ffe239107fce1cc5b71ee7249419f5a
|
||||
|
Loading…
Reference in new issue