Include solana-logger for use by tests

This commit is contained in:
Michael Vines
2019-02-27 20:49:51 -08:00
committed by Grimes
parent 7fd40f1eb9
commit 855f1823a4
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -2273,6 +2273,7 @@ dependencies = [
"serde 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.88 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 0.12.0",
"solana-metrics 0.12.0",
"solana-native-loader 0.12.0",
"solana-sdk 0.12.0",