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 520f628 commit 29ea43cCopy full SHA for 29ea43c
.github/workflows/cargo-build.yml
@@ -10,7 +10,7 @@ env:
10
CARGO_TERM_COLOR: always
11
12
jobs:
13
- build:
+ cargo-build:
14
15
runs-on: ubuntu-latest
16
@@ -19,7 +19,7 @@ jobs:
19
- name: Build
20
run: cargo build --verbose
21
22
- build-without-reqwest:
+ cargo-build-without-default-features:
23
24
25
.github/workflows/cargo-fmt.yml
+ cargo-fmt:
0 commit comments