Remove old logging enabler artifacts (#9777)

automerge
This commit is contained in:
Jack May
2020-04-28 15:56:51 -07:00
committed by GitHub
parent 9d91cca73c
commit a4fe11fad2
8 changed files with 6 additions and 14 deletions

View File

@ -1917,7 +1917,6 @@ dependencies = [
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.0",
"solana-sdk 1.2.0",
]
@ -2077,7 +2076,6 @@ dependencies = [
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-config-program 1.2.0",
"solana-logger 1.2.0",
"solana-metrics 1.2.0",
"solana-sdk 1.2.0",
"solana-vote-program 1.2.0",
@ -2109,7 +2107,6 @@ dependencies = [
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.106 (registry+https://github.com/rust-lang/crates.io-index)",
"solana-logger 1.2.0",
"solana-metrics 1.2.0",
"solana-sdk 1.2.0",
"thiserror 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",