Commit d341db9
authored
ci: downgrade hashbrown rather than limiting indexmap (#714)
Pinning `indexmap = "~2.5.0"` for MSRV prevents users with more current
compilers from using the latest petgraph and indexmap together, even
though they would otherwise work fine. Instead, dependencies can just be
downgraded as needed for CI testing, and users who need the older
compiler support can also manage this in their own lock files.1 parent 73c64b6 commit d341db9
2 files changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
42 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
0 commit comments