Skip to content

Commit baa3218

Browse files
committed
Edit ci
1 parent cb370c2 commit baa3218

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- uses: ilammy/setup-nasm@v1
5858
- uses: Swatinem/rust-cache@v2
5959
- run: cargo fetch
60-
- name: cargo publish
60+
- name: cargo publish dry run
6161
run: cargo publish --dry-run
6262

6363
test:

deny.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ targets = [
4848
# If true, metadata will be collected with `--all-features`. Note that this can't
4949
# be toggled off if true, if you want to conditionally enable `--all-features` it
5050
# is recommended to pass `--all-features` on the cmd line instead
51-
all-features = false
51+
all-features = true # Was false by default.
5252
# If true, metadata will be collected with `--no-default-features`. The same
5353
# caveat with `all-features` applies
5454
no-default-features = false

0 commit comments

Comments
 (0)