Skip to content

Commit 005fc16

Browse files
Rollup merge of #153423 - eggyal:update-dispatch, r=madsmtm
Update dispatch2 to v0.3.1 rustc can fail to link on older versions of macOS, owing to versions of its transitive dependency [dispatch2] (via [ctrlc]) prior to v0.3.1. Fixes #151573 r? madsmtm [ctrlc]: https://crates.io/crates/ctrlc [dispatch2]: https://crates.io/crates/dispatch2
2 parents b8a919a + 253670b commit 005fc16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,9 +1217,9 @@ dependencies = [
12171217

12181218
[[package]]
12191219
name = "dispatch2"
1220-
version = "0.3.0"
1220+
version = "0.3.1"
12211221
source = "registry+https://github.com/rust-lang/crates.io-index"
1222-
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1222+
checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
12231223
dependencies = [
12241224
"bitflags",
12251225
"block2",

0 commit comments

Comments
 (0)