Skip to content

Commit

Permalink
feat(franklin-crypto): add extern crate core; to lib.rs (#27)
Browse files Browse the repository at this point in the history
I wasn't able to quickly switch to newer edition Rust in this repo. 
This statement in `lib.rs` fixes my dependency issues on era side. 

Please LMK if there are any reprecussions of this.
  • Loading branch information
RomanBrodetski authored Nov 25, 2024
1 parent 09ca79c commit 3084cb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/franklin-crypto/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ extern crate blake2;
extern crate blake2_rfc_bellman_edition as blake2_rfc;
pub extern crate boojum;
extern crate byteorder;
extern crate core;
extern crate derivative;
extern crate digest;
extern crate indexmap;
Expand Down

0 comments on commit 3084cb8

Please sign in to comment.