We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c37a2 commit 7288640Copy full SHA for 7288640
.github/workflows/ci.yml
@@ -131,6 +131,8 @@ jobs:
131
- name: Install cargo-hack
132
run: cargo install cargo-hack
133
- run: rustup target add ${{ matrix.target }}
134
+ # * --optional-deps is needed for serde feature
135
+ # * --no-dev-deps is needed to avoid https://github.com/rust-lang/cargo/issues/4866
136
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --skip std,default --optional-deps --no-dev-deps
137
138
# When this job failed, run ci/no_atomic_cas.sh and commit result changes.
0 commit comments