File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -152,18 +152,17 @@ jobs:
152
152
- run : cargo build --tests --features default,thread-pool,io-compat --manifest-path futures/Cargo.toml
153
153
154
154
minimal-versions :
155
- name : cargo build -Z minimal-versions
155
+ name : cargo minimal-versions build
156
156
runs-on : ubuntu-latest
157
157
steps :
158
158
- uses : actions/checkout@v3
159
159
- name : Install Rust
160
160
run : rustup update nightly && rustup default nightly
161
161
- name : Install cargo-hack
162
162
uses : taiki-e/install-action@cargo-hack
163
- # remove dev-dependencies to avoid https://github.com/rust-lang/cargo/issues/4866
164
- - run : cargo hack --remove-dev-deps --workspace
165
- - run : cargo update -Z minimal-versions
166
- - run : cargo build --workspace --all-features
163
+ - name : Install cargo-minimal-versions
164
+ uses : taiki-e/install-action@cargo-minimal-versions
165
+ - run : cargo minimal-versions build --workspace --ignore-private --all-features
167
166
168
167
no-std :
169
168
name : cargo build --target ${{ matrix.target }}
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ proc-macro = true
16
16
[features ]
17
17
18
18
[dependencies ]
19
- proc-macro2 = " 1.0"
19
+ proc-macro2 = " 1.0.60 "
20
20
quote = " 1.0"
21
21
syn = { version = " 2.0.8" , features = [" full" ] }
You can’t perform that action at this time.
0 commit comments