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.
Compact
1 parent 6b98ea9 commit cdcf128Copy full SHA for cdcf128
.github/workflows/CI.yml
@@ -229,20 +229,8 @@ jobs:
229
- tracing-tower
230
- tracing
231
toolchain:
232
- - 1.49.0
+ - 1.56.0
233
- stable
234
- # TODO(eliza): remove this when appender is on the same MSRV.
235
- # same for tracing subscriber
236
- exclude:
237
- - subcrate: tracing-appender
238
- toolchain: 1.49.0
239
- - subcrate: tracing-subscriber
240
241
- include:
242
243
- toolchain: 1.53.0
244
245
- toolchain: 1.50.0
246
steps:
247
- uses: actions/checkout@v3
248
- name: "install Rust ${{ env.APPENDER_MSRV }}"
0 commit comments