File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -116,14 +116,14 @@ jobs:
116
116
strategy :
117
117
fail-fast : false
118
118
matrix :
119
- os : [ubuntu-latest, windows-latest]
119
+ os : [ubuntu-latest, macos-latest, windows-latest]
120
120
steps :
121
121
- uses : actions/checkout@v4
122
122
- name : Install Rust
123
123
run : |
124
- rustup toolchain install 1.46 .0 --no-self-update --profile minimal
124
+ rustup toolchain install 1.53 .0 --no-self-update --profile minimal
125
125
rustup toolchain install nightly --no-self-update --profile minimal
126
- rustup default 1.46 .0
126
+ rustup default 1.53 .0
127
127
shell : bash
128
128
- name : Create Cargo.lock with minimal version
129
129
run : cargo +nightly update -Zminimal-versions
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ readme = "README.md"
16
16
categories = [" development-tools::build-utils" ]
17
17
exclude = [" /.github" ]
18
18
edition = " 2018"
19
+ rust-version = " 1.53"
19
20
20
21
[dependencies ]
21
22
jobserver = { version = " 0.1.16" , optional = true }
You can’t perform that action at this time.
0 commit comments