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.
tempfile
1 parent 6c1e783 commit 769dd37Copy full SHA for 769dd37
.github/workflows/build.yml
@@ -29,7 +29,9 @@ jobs:
29
profile: minimal
30
- name: Pin packages to allow for MSRV
31
if: matrix.msrv
32
- run: cargo update -p hashlink --precise "0.8.1" --verbose # hashlink 0.8.2 requires hashbrown 0.13, requiring 1.61.0
+ run: |
33
+ cargo update -p hashlink --precise "0.8.1" --verbose # hashlink 0.8.2 requires hashbrown 0.13, requiring 1.61.0
34
+ cargo update -p tempfile --precise "3.6.0" --verbose # tempfile 3.7.0 requires rustc 1.63.0
35
- name: Build on Rust ${{ matrix.toolchain }}
36
run: cargo build --verbose --color always
37
- name: Build with UniFFI support on Rust ${{ matrix.toolchain }}
0 commit comments