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 498d233 commit d2a810fCopy full SHA for d2a810f
.github/workflows/ci.yml
@@ -30,6 +30,8 @@ jobs:
30
run: cargo msrv --path crates/bencher_compat verify -- cargo check --all-features --config codspeed=true
31
- name: Check criterion_compat MSRV
32
run: cargo msrv --path crates/criterion_compat verify -- cargo check --all-features --config codspeed=true
33
+ - name: Check divan_compat MSRV
34
+ run: cargo msrv --path crates/divan_compat verify -- cargo check --all-features --config codspeed=true
35
36
tests:
37
runs-on: ubuntu-latest
0 commit comments