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 @@ -121,13 +121,13 @@ jobs:
121121 - uses : actions/checkout@v4
122122 - name : Install Rust
123123 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
125125 rustup toolchain install nightly --no-self-update --profile minimal
126- rustup default 1.46 .0
126+ rustup default 1.53 .0
127127 shell : bash
128128 - name : Create Cargo.lock with minimal version
129129 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
131131 uses : Swatinem/rust-cache@v2
132132 - run : cargo check --lib
133133 - run : cargo check --lib --all-features
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ readme = "README.md"
1616categories = [" development-tools::build-utils" ]
1717exclude = [" /.github" ]
1818edition = " 2018"
19+ rust-version = " 1.53"
1920
2021[dependencies ]
2122jobserver = { version = " 0.1.16" , optional = true }
You can’t perform that action at this time.
0 commit comments