We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ef5dc8 + ad38ad9 commit 3c5c39aCopy full SHA for 3c5c39a
.github/workflows/ci.yml
@@ -41,11 +41,6 @@ jobs:
41
- uses: dtolnay/rust-toolchain@master
42
with:
43
toolchain: ${{ matrix.rust }}
44
- - name: Downgrade dependencies
45
- if: matrix.rust == '1.63.0'
46
- run: |
47
- cargo generate-lockfile
48
- cargo update -p hashbrown --precise 0.15.0
49
- name: Tests
50
run: |
51
cargo build --verbose --features "${{ matrix.features }}"
@@ -76,11 +71,6 @@ jobs:
76
71
77
72
78
73
target: ${{ matrix.target }}
79
80
81
82
83
84
74
85
75
86
cargo build -vv --target=${{ matrix.target }} --no-default-features
0 commit comments