mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 03:17:42 +03:00
parent
a0ab6914e4
commit
d2bb92915a
12 changed files with 22 additions and 15 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
override: true
|
||||
- name: cargo fetch
|
||||
uses: actions-rs/cargo@v1
|
||||
|
@ -43,7 +43,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
override: true
|
||||
- name: Add target
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
@ -63,7 +63,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
override: true
|
||||
- name: Install linux build dependencies
|
||||
run: sudo apt install libfuse-dev
|
||||
|
@ -74,14 +74,14 @@ jobs:
|
|||
args: --tests --examples --benches --all-features
|
||||
|
||||
clippy:
|
||||
name: Clippy (1.56.0)
|
||||
name: Clippy (1.59.0)
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
components: clippy
|
||||
override: true
|
||||
- name: Install linux build dependencies
|
||||
|
@ -89,7 +89,7 @@ jobs:
|
|||
- name: Clippy check
|
||||
uses: actions-rs/clippy-check@v1
|
||||
with:
|
||||
name: Clippy (1.56.0)
|
||||
name: Clippy (1.59.0)
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
args: --all-features --all-targets -- -D warnings
|
||||
|
||||
|
@ -123,7 +123,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
override: true
|
||||
- name: cargo fetch
|
||||
uses: actions-rs/cargo@v1
|
||||
|
@ -146,7 +146,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
components: rustfmt
|
||||
override: true
|
||||
- name: Check formatting
|
||||
|
|
2
.github/workflows/interop.yml
vendored
2
.github/workflows/interop.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: 1.56.0
|
||||
toolchain: 1.59.0
|
||||
override: true
|
||||
- name: cargo build
|
||||
run: cargo build --release --features unstable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue