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 aab3f73 commit 38f7270Copy full SHA for 38f7270
.github/workflows/ci.yml
@@ -34,6 +34,8 @@ jobs:
34
run: cargo msrv --path crates/bencher_compat verify -- cargo check --all-features --config codspeed=true
35
- name: Check criterion_compat MSRV
36
run: cargo msrv --path crates/criterion_compat verify -- cargo check --all-features --config codspeed=true
37
+ - name: Check divan_compat MSRV
38
+ run: cargo msrv --path crates/divan_compat verify -- cargo check --all-features --config codspeed=true
39
40
tests:
41
runs-on: ubuntu-latest
0 commit comments