Skip to content

Commit

Permalink
fix(kona-providers): use kona-derive import
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Aug 22, 2024
1 parent deae280 commit c3e52d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/kona-providers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@
#![cfg_attr(not(any(test, feature = "online")), no_std)]

extern crate alloc;

/// Re-export kona's derivation traits
pub use kona_derive::traits::*;

0 comments on commit c3e52d9

Please sign in to comment.