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 0ca2d78 commit 2757202Copy full SHA for 2757202
.github/workflows/push-check.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions-rs/cargo@v1
17
with:
18
command: test
19
- args: --verbose --all-features
+ args: --verbose
20
build_and_test:
21
runs-on: ${{ matrix.os }}
22
strategy:
CONTRIBUTING.md
@@ -108,7 +108,7 @@ For the debugging you could set the `NO_HEADLESS=1` environment variable to run
108
### Minimal Supported Compiler Version
109
110
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
+Before making a PR, please check if the code compile with 1.36.0 (with default features).
112
113
### Code Coverage
114
0 commit comments