File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff 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
5454no-default-features = false
You can’t perform that action at this time.
0 commit comments