File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 CARGO_TERM_COLOR : always
99 CARGO_INCREMENTAL : " 0"
1010 CARGO_PROFILE_DEV_DEBUG : " 0"
11- RUST_TOOLCHAIN_VERSION : " 1.93 .0"
11+ RUST_TOOLCHAIN_VERSION : " 1.95 .0"
1212 RUSTFLAGS : " -D warnings"
1313 RUSTDOCFLAGS : " -D warnings"
1414 RUST_LOG : " info"
2828 persist-credentials : false
2929 - name : Install rust toolchain
3030 run : |
31- rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32- rustup default "${RUST_TOOLCHAIN_VERSION}"
31+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+ rustup default "${RUST_TOOLCHAIN_VERSION}"
3333 - uses : Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
3434 with :
3535 key : udeps
5454 persist-credentials : false
5555 - name : Install rust toolchain
5656 run : |
57- rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
58- rustup default "${RUST_TOOLCHAIN_VERSION}"
57+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
58+ rustup default "${RUST_TOOLCHAIN_VERSION}"
5959 - uses : EmbarkStudios/cargo-deny-action@3fd3802e88374d3fe9159b834c7714ec57d6c979 # v2.0.15
6060 with :
6161 command : check ${{ matrix.checks }}
Original file line number Diff line number Diff line change 1313 - crates/**
1414
1515env :
16- RUST_TOOLCHAIN_VERSION : " 1.93 .0"
16+ RUST_TOOLCHAIN_VERSION : " 1.95 .0"
1717
1818permissions : {}
1919
2828
2929 - name : Install rust toolchain
3030 run : |
31- rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32- rustup default "${RUST_TOOLCHAIN_VERSION}"
31+ rustup toolchain install "${RUST_TOOLCHAIN_VERSION}"
32+ rustup default "${RUST_TOOLCHAIN_VERSION}"
3333
3434 - name : Build Crate Docs
3535 run : cargo doc --no-deps --all-features
You can’t perform that action at this time.
0 commit comments