Home
last modified time | relevance | path

Searched full:rust_toolchain (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/crates/libloading/.github/workflows/
Dlibloading.yml18 rust_toolchain: [nightly, stable, 1.40.0]
23 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
24 - run: rustup default ${{ matrix.rust_toolchain }}
30 if: ${{ matrix.rust_toolchain == 'nightly' }}
39 rust_toolchain: [nightly, stable]
52 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
53 - run: rustup default ${{ matrix.rust_toolchain }}
71 rust_toolchain: [nightly]
85 - run: rustup install ${{ matrix.rust_toolchain }} --profile=minimal
86 - run: rustup default ${{ matrix.rust_toolchain }}
[all …]