From 47c216317f8eb5bf277663a732a79f6b07ba79ef Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Thu, 22 Aug 2019 17:27:51 -0700 Subject: build: enable 'derive' feature of 'serde' crate --- Cargo.lock | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index f785728b2..3fbcb616c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1021,6 +1021,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "serde" version = "1.0.99" source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", +] [[package]] name = "serde_derive" -- cgit v1.2.3