Skip to content

Commit 2757202

Browse files
committed
Update contributing
1 parent 0ca2d78 commit 2757202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions-rs/cargo@v1
1717
with:
1818
command: test
19-
args: --verbose --all-features
19+
args: --verbose
2020
build_and_test:
2121
runs-on: ${{ matrix.os }}
2222
strategy:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ For the debugging you could set the `NO_HEADLESS=1` environment variable to run
108108
### Minimal Supported Compiler Version
109109

110110
Currently we should make sure Plotters is compatible with rustc 1.36.0.
111-
Before making a PR, please check if the code compile with 1.36.0
111+
Before making a PR, please check if the code compile with 1.36.0 (with default features).
112112

113113
### Code Coverage
114114

0 commit comments

Comments
 (0)