Skip to content

Commit

Permalink
Merge pull request #32 from EspressoSystems/nfy/transition_away_from_…
Browse files Browse the repository at this point in the history
…const_generics

Building in Sync + Send, because...
  • Loading branch information
nyospe authored Mar 14, 2024
2 parents d9e3c71 + 99f5a43 commit 40d9678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl Version {
}
}

pub trait StaticVersionType: Clone + Copy + Debug + private::Sealed {
pub trait StaticVersionType: Sync + Send + Clone + Copy + Debug + private::Sealed {
const MAJOR: u16;
const MINOR: u16;

Expand Down

0 comments on commit 40d9678

Please sign in to comment.