We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d8cef8 commit c095322Copy full SHA for c095322
.github/workflows/ci.yml
@@ -48,6 +48,11 @@ jobs:
48
- uses: dtolnay/rust-toolchain@master
49
with:
50
toolchain: ${{ matrix.rust }}
51
+ - name: Downgrade dependencies
52
+ if: matrix.rust == '1.63.0'
53
+ run: |
54
+ cargo generate-lockfile
55
+ cargo update -p hashbrown --precise 0.15.0
56
- name: Tests
57
run: |
58
cargo build --verbose --features "${{ matrix.features }}"
@@ -83,6 +88,11 @@ jobs:
83
88
84
89
85
90
target: ${{ matrix.target }}
91
92
93
94
95
86
96
87
97
98
cargo build -vv --target=${{ matrix.target }} --no-default-features
0 commit comments