Skip to content

Commit 56d0908

Browse files
author
Vyacheslav Gudkov
committed
- Tests fixed
Signed-off-by: Vyacheslav Gudkov <[email protected]>
1 parent a29b84b commit 56d0908

File tree

4 files changed

+229
-221
lines changed

4 files changed

+229
-221
lines changed

libindy/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ extern crate named_type_derive;
2222
extern crate indy_crypto;
2323
extern crate libsqlite3_sys;
2424
extern crate libc;
25+
extern crate rand;
2526
extern crate rusqlite;
2627

2728
// Note that to use macroses from util inside of other modules it must me loaded first!

0 commit comments

Comments
 (0)