Skip to content

Commit

Permalink
reexport prio::codec so Decode and Encode implementations are usable (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr authored May 19, 2023
1 parent a060bcd commit 9273cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions messages/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ use std::{
};

pub mod problem_type;
pub use prio::codec;

/// Errors returned by functions and methods in this module
#[derive(Debug, thiserror::Error)]
Expand Down

0 comments on commit 9273cda

Please sign in to comment.