Skip to content

Commit 8a1c915

Browse files
committed
Export our hightorrent version to avoid version mismatch
1 parent ffc6e44 commit 8a1c915

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ extern crate async_trait;
8181
#[macro_use]
8282
extern crate snafu;
8383

84+
// Reexpose hightorrent to avoid version mismatches
85+
pub use hightorrent;
86+
8487
pub mod api;
8588
pub use api::Api;
8689

0 commit comments

Comments
 (0)