Skip to content

Commit

Permalink
Try specifying 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
prozacchiwawa committed Mar 6, 2024
1 parent 035d7a0 commit 7d2577b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71

- name: Install dependencies
run: |
Expand Down Expand Up @@ -346,7 +346,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
override: true
components: rustfmt, clippy
- name: fmt
Expand All @@ -358,7 +358,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
components: clippy
override: true
- name: clippy
Expand All @@ -378,7 +378,7 @@ jobs:
- name: Install rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
components: rustfmt, clippy
- name: cargo test
run: cargo test
Expand All @@ -389,7 +389,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
- name: Run for coverage
run: |
set -e
Expand Down
10 changes: 3 additions & 7 deletions .github/workflows/extensive-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,14 @@ jobs:
- name: Set up rusts
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
components: rustfmt, clippy
env:
RUSTC: 1.71

- name: Set up rust (stable)
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71
components: rustfmt, clippy
env:
RUSTC: 1.71

- uses: actions/setup-python@v4
name: Install Python 3.11
Expand All @@ -52,7 +48,7 @@ jobs:
- name: Set up rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.71

- name: Install dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ sha2 = "0.9.5"
tempfile = "3.10.1"
clvmr = { version = "0.3.2", features = ["pre-eval"] }
env_logger = { version = "0.11.3", features = ["humantime","regex"], default-features=false }
env_filter = "=0.1.0"
log = "0.4.17"
binascii = "0.1.4"
yaml-rust = "0.4"
Expand Down

0 comments on commit 7d2577b

Please sign in to comment.