Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
run: cargo msrv --path crates/bencher_compat verify -- cargo check --all-features --config codspeed=true
- name: Check criterion_compat MSRV
run: cargo msrv --path crates/criterion_compat verify -- cargo check --all-features --config codspeed=true
- name: Check divan_compat MSRV
run: cargo msrv --path crates/divan_compat verify -- cargo check --all-features --config codspeed=true

tests:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion crates/divan_compat/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codspeed-divan-compat"
version = "2.8.0-alpha.3"
rust-version = "1.74" # MSRV TODO: Check versioning
rust-version = "1.80"
edition = "2021"
description = "Divan compatibility layer for CodSpeed"
authors = ["Arthur Pastel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion crates/divan_compat/macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "codspeed-divan-compat-macros"
version = "2.8.0-alpha.3"
rust-version = "1.74" # MSRV TODO: Check versioning
rust-version = "1.80"
edition = "2021"
description = "Macros for the Divan compatibility layer for CodSpeed"
authors = ["Arthur Pastel <[email protected]>"]
Expand Down