Skip to content

Commit 07f0d4e

Browse files
committed
Re-export prost::Message
So that `Storable::encode_to_vec()` can be used without requiring users to depend on the exact same prost version as vss-client.
1 parent 5b42dab commit 07f0d4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/util/storable_builder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::types::{EncryptionMetadata, PlaintextBlob, Storable};
2-
use ::prost::Message;
2+
pub use ::prost::Message;
33

44
use chacha20_poly1305::{ChaCha20Poly1305, Key, Nonce};
55

0 commit comments

Comments
 (0)