Skip to content

Commit 1b4e33f

Browse files
committed
Changed back the exposure of the Bls error
1 parent 9af9764 commit 1b4e33f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-common/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ mithril-build-script = { path = "../internal/mithril-build-script", version = "=
7373

7474
[dev-dependencies]
7575
criterion = { version = "0.7.0", features = ["html_reports", "async_tokio"] }
76-
mithril-stm = { path = "../mithril-stm", version = ">=0.5", default-features = false, features = ["benchmark-internals"] }
7776
mockall = { workspace = true }
7877
slog-async = { workspace = true }
7978
slog-term = { workspace = true }

mithril-stm/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,11 @@ mod protocol;
117117
mod signature_scheme;
118118

119119
pub use protocol::*;
120+
pub use signature_scheme::BlsSignatureError;
120121

121122
#[cfg(feature = "benchmark-internals")]
122123
pub use signature_scheme::{
123-
BlsProofOfPossession, BlsSignature, BlsSignatureError, BlsSigningKey, BlsVerificationKey,
124+
BlsProofOfPossession, BlsSignature, BlsSigningKey, BlsVerificationKey,
124125
BlsVerificationKeyProofOfPossession,
125126
};
126127

0 commit comments

Comments
 (0)