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 9845c7c commit 851b5f6Copy full SHA for 851b5f6
.github/workflows/rust.yml
@@ -21,9 +21,20 @@ jobs:
21
- ""
22
- --features serde
23
include:
24
+ # Also test on nightly and Rust versions between MSRV and stable
25
+ # where there is conditional compilation
26
- os: ubuntu-latest
27
rust: nightly
28
cargo_args: ""
29
+ - os: ubuntu-latest
30
+ rust: 1.41.0
31
+ cargo_args: ""
32
33
+ rust: 1.52.0
34
35
36
+ rust: 1.56.0
37
38
39
runs-on: ${{ matrix.os }}
40
0 commit comments