We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82ade0e commit d3797c7Copy full SHA for d3797c7
1 file changed
.github/workflows/test.macos.tmp.yml
@@ -14,10 +14,10 @@ env:
14
15
jobs:
16
test:
17
- name: Test on macOS + 1.46.0
+ name: Test on macOS + 1.52.0
18
runs-on: macos-latest
19
env:
20
- CARGO_TARGET_DIR: "target/1.46.0"
+ CARGO_TARGET_DIR: "target/1.52.0"
21
22
steps:
23
- uses: actions/checkout@v6
@@ -27,9 +27,9 @@ jobs:
27
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9
28
continue-on-error: true
29
with:
30
- toolchain: 1.46.0
+ toolchain: 1.52.0
31
components: clippy
32
33
- name: Run all tests
34
if: steps.install_rust.outcome == 'success'
35
- run: cargo +1.46.0 test --verbose --features "full"
+ run: cargo +1.52.0 test --verbose --features "full"
0 commit comments