We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8d6e2a commit 043d767Copy full SHA for 043d767
.github/workflows/test.yml
@@ -48,7 +48,7 @@ jobs:
48
runs-on: ubuntu-latest
49
strategy:
50
matrix:
51
- features: ["", --features serde,tokio-1]
+ features: ["", "--features serde,tokio-1"]
52
steps:
53
- uses: actions/checkout@master
54
- name: Get MSRV from Cargo.toml
0 commit comments