Skip to content

Commit

Permalink
fix missing dependency in benches
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Lubinets committed Oct 25, 2018
1 parent de0dcc5 commit 0f8e5d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jsontests/benches/performance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#[macro_use]
extern crate jsontests_derive;
extern crate jsontests;
extern crate sputnikvm;
#[macro_use]
extern crate criterion;

Expand Down

0 comments on commit 0f8e5d4

Please sign in to comment.