Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from jovfer/ve-2045-add-metrics
Browse files Browse the repository at this point in the history
[VE-2045] Fix CE in Rust wrapper for metrics tests.
  • Loading branch information
Toktar authored Oct 23, 2020
2 parents 9d1322b + 0597220 commit 34fcc6b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions wrappers/rust/tests/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#[macro_use] extern crate serde_json;
#[macro_use] extern crate serde_derive;
extern crate rmp_serde;
extern crate byteorder;
extern crate futures;
extern crate indyrs as indy;
#[macro_use]
use indy::metrics;
Expand Down

0 comments on commit 34fcc6b

Please sign in to comment.