Skip to content

Commit ed3e45a

Browse files
committed
make Fraction dep public
1 parent 4f5fdc8 commit ed3e45a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snapshot-lib/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use fraction::Fraction;
1+
pub use fraction::Fraction;
22
use jormungandr_lib::{crypto::account::Identifier, interfaces::Value};
33
use registration::{Delegations, MainnetRewardAddress, VotingRegistration};
44
use serde::{Deserialize, Serialize};

0 commit comments

Comments
 (0)