Skip to content

Commit f1e702d

Browse files
committed
Remove pin on hashlink
`hashlink` `0.9.1` is a member of `rusqlite` `0.31.0`, which uses `hashbrown`. Previously `hashbrown` broke MSRV on a patch version (0.14.4), but `hashlink` uses the next minor version of `hashbrown` (0.15.1) which does adhere MSRV
1 parent 2b1e02c commit f1e702d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/rust.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
- name: Pin packages to allow for MSRV
4646
if: matrix.msrv
4747
run: |
48-
cargo update -p hashlink --precise "0.8.2" --verbose # hashlink 0.8.3 requires hashbrown 0.14, requiring 1.64.0
4948
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
5049
cargo update -p regex --precise "1.9.6" --verbose # regex 1.10.0 requires rustc 1.65.0
5150
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9 requires rustc 1.70 or newer

0 commit comments

Comments
 (0)