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.
reqwest
1 parent 86e1c62 commit ca4e0daCopy full SHA for ca4e0da
.github/workflows/build.yml
@@ -44,6 +44,7 @@ jobs:
44
run: |
45
cargo update -p hashlink --precise "0.8.2" --verbose # hashlink 0.8.3 requires hashbrown 0.14, requiring 1.64.0
46
cargo update -p proptest --precise "1.2.0" --verbose # proptest 1.3.0 requires rustc 1.64.0
47
+ cargo update -p reqwest --precise "0.11.20" --verbose # reqwest 0.11.21 broke 1.63.0 MSRV
48
- name: Build on Rust ${{ matrix.toolchain }}
49
run: cargo build --verbose --color always
50
- name: Build with UniFFI support on Rust ${{ matrix.toolchain }}
0 commit comments