From cc111941bb65032188c798bbf54d62775158b5cc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 16 Dec 2018 22:23:00 -0800 Subject: [PATCH] Cargo.lock --- Cargo.lock | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 7859ef2fe..a9b838b71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2137,6 +2137,18 @@ dependencies = [ "untrusted 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "solana-storage-program" +version = "0.11.0" +dependencies = [ + "bincode 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.82 (registry+https://github.com/rust-lang/crates.io-index)", + "solana-logger 0.11.0", + "solana-sdk 0.11.0", +] + [[package]] name = "solana-system-program" version = "0.11.0"