Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yutianwu committed Sep 9, 2024
1 parent f072a2c commit dac0fd3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/primitives/src/specification.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,10 @@ macro_rules! spec_to_generic {
use $crate::PragueEofSpec as SPEC;
$e
}
$crate::SpecId::HABER | $crate::SpecId::HABER_FIX | $crate::SpecId::BOHR | $crate::SpecId::PASCAL => {
$crate::SpecId::HABER
| $crate::SpecId::HABER_FIX
| $crate::SpecId::BOHR
| $crate::SpecId::PASCAL => {
use $crate::HaberSpec as SPEC;
$e
}
Expand Down

0 comments on commit dac0fd3

Please sign in to comment.