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.
stable
1 parent 3dd4de3 commit 6c8731aCopy full SHA for 6c8731a
.github/workflows/build.yml
@@ -50,6 +50,9 @@ jobs:
50
cargo update -p zstd-sys --precise "2.0.8+zstd.1.5.5" --verbose # zstd-sys 2.0.9+zstd.1.5.5 requires rustc 1.64.0
51
cargo update -p petgraph --precise "0.6.3" --verbose # petgraph v0.6.4, requires rustc 1.64 or newer
52
cargo update -p home --precise "0.5.5" --verbose # home v0.5.9, requires rustc 1.70 or newer
53
+ - name: Set RUSTFLAGS to deny warnings
54
+ if: "matrix.toolchain == 'stable'"
55
+ run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
56
- name: Build on Rust ${{ matrix.toolchain }}
57
run: cargo build --verbose --color always
58
- name: Build with UniFFI support on Rust ${{ matrix.toolchain }}
0 commit comments