File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -121,13 +121,13 @@ jobs:
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
130
- - name : Cache downloaded crates since 1.46 is really slow in fetching
130
+ - name : Cache downloaded crates since 1.53 is really slow in fetching
131
131
uses : Swatinem/rust-cache@v2
132
132
- run : cargo check --lib
133
133
- run : cargo check --lib --all-features
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