Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

Commit

Permalink
Merge pull request #398 from tendermint/remove-explicit-log-dependency
Browse files Browse the repository at this point in the history
Remove explicit dependency on the `log` crate
  • Loading branch information
tarcieri authored Jan 23, 2020
2 parents cb5b9de + 509c81c commit 5d1033d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ gumdrop = "0.7"
hkd32 = { version = "0.3", default-features = false, features = ["mnemonic"] }
hkdf = "0.7"
hmac = "0.7"
log = "0.4"
once_cell = "1.3"
prost-amino = "0.5"
prost-amino-derive = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
extern crate prost_amino as prost;

use crate::prost::Message;
use abscissa_core::prelude::warn;
use chrono::{DateTime, Utc};
use log::warn;
use rand::Rng;
use signatory::{
ed25519,
Expand Down

0 comments on commit 5d1033d

Please sign in to comment.