From 554a790eaab0f70107b1c8f7fb9a399427b01d92 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Wed, 26 Jun 2019 14:13:54 +0200 Subject: [PATCH] Fix build (#2958) --- substrate/Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/Cargo.lock b/substrate/Cargo.lock index cf1a82f2ba..4d4140aedc 100644 --- a/substrate/Cargo.lock +++ b/substrate/Cargo.lock @@ -3478,7 +3478,7 @@ dependencies = [ name = "srml-authorship" version = "0.1.0" dependencies = [ - "parity-codec 3.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "parity-codec 3.5.4 (registry+https://github.com/rust-lang/crates.io-index)", "sr-io 2.0.0", "sr-primitives 2.0.0", "sr-std 2.0.0",