diff options
author | Rebecca Turner <rbt@sent.as> | 2024-08-26 11:34:43 -0700 |
---|---|---|
committer | Rebecca Turner <rbt@sent.as> | 2024-08-26 11:34:43 -0700 |
commit | ca08f1217d8779971d4f2b306a19ad5622360372 (patch) | |
tree | 7b40baf0f5f52c9f412465e809cd2434e41edc3a /subprojects | |
parent | b6884388a1281d70bb4e5bb12e1cadd34bb832f0 (diff) |
rowan: 0.15.15 -> 0.15.16
This fixes an ambiguous pointer comparison warning.
See: https://github.com/rust-analyzer/rowan/pull/162
Change-Id: Iaac2c8cab0051eb97211893ad547d8dfa8fda560
Diffstat (limited to 'subprojects')
-rw-r--r-- | subprojects/dissimilar-rs.wrap | 8 | ||||
-rw-r--r-- | subprojects/expect-test-rs.wrap | 8 | ||||
-rw-r--r-- | subprojects/rowan-rs.wrap | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/subprojects/dissimilar-rs.wrap b/subprojects/dissimilar-rs.wrap index a51407482..5617b775b 100644 --- a/subprojects/dissimilar-rs.wrap +++ b/subprojects/dissimilar-rs.wrap @@ -1,6 +1,6 @@ [wrap-file] method = cargo -directory = dissimilar-1.0.7 -source_url = https://crates.io/api/v1/crates/dissimilar/1.0.7/download -source_filename = dissimilar-1.0.7.tar.gz -source_hash = 86e3bdc80eee6e16b2b6b0f87fbc98c04bee3455e35174c0de1a125d0688c632 +directory = dissimilar-1.0.9 +source_url = https://crates.io/api/v1/crates/dissimilar/1.0.9/download +source_filename = dissimilar-1.0.9.tar.gz +source_hash = 59f8e79d1fbf76bdfbde321e902714bf6c49df88a7dda6fc682fc2979226962d diff --git a/subprojects/expect-test-rs.wrap b/subprojects/expect-test-rs.wrap index 1e2a4a3b9..701c5f0c5 100644 --- a/subprojects/expect-test-rs.wrap +++ b/subprojects/expect-test-rs.wrap @@ -1,6 +1,6 @@ [wrap-file] method = cargo -directory = expect-test-1.4.1 -source_url = https://crates.io/api/v1/crates/expect-test/1.4.1/download -source_filename = expect-test-1.4.1.tar.gz -source_hash = 30d9eafeadd538e68fb28016364c9732d78e420b9ff8853fa5e4058861e9f8d3 +directory = expect-test-1.5.0 +source_url = https://crates.io/api/v1/crates/expect-test/1.5.0/download +source_filename = expect-test-1.5.0.tar.gz +source_hash = 9e0be0a561335815e06dab7c62e50353134c796e7a6155402a64bcff66b6a5e0 diff --git a/subprojects/rowan-rs.wrap b/subprojects/rowan-rs.wrap index f6ab76d69..1baf3f9f2 100644 --- a/subprojects/rowan-rs.wrap +++ b/subprojects/rowan-rs.wrap @@ -1,6 +1,6 @@ [wrap-file] method = cargo -directory = rowan-0.15.15 -source_url = https://crates.io/api/v1/crates/rowan/0.15.15/download -source_filename = rowan-0.15.15.tar.gz -source_hash = 32a58fa8a7ccff2aec4f39cc45bf5f985cec7125ab271cf681c279fd00192b49 +directory = rowan-0.15.16 +source_url = https://crates.io/api/v1/crates/rowan/0.15.16/download +source_filename = rowan-0.15.16.tar.gz +source_hash = 0a542b0253fa46e632d27a1dc5cf7b930de4df8659dc6e720b647fc72147ae3d |