Skip to content

Commit c891abb

Browse files
authored
fix: unresolved import in sdk (#120)
1 parent 5d14415 commit c891abb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ mod processor;
4343
pub use diff::*;
4444

4545
// re-export
46+
#[cfg(not(feature = "sdk"))]
4647
pub use rkyv;
4748

4849
#[cfg(feature = "log-cost")]

0 commit comments

Comments
 (0)