From 98f02c4e3c4a3af3c575dab46d055c1e7a9713a2 Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Wed, 27 Oct 2021 08:35:39 +0000 Subject: [PATCH] build: fix branch field --- --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -3,7 +3,7 @@ [build-dependencies.substrate-build-script-utils] git = 'https://github.com/paritytech/substrate.git' -bbranch = 'polkadot-v0.9.12' +branch = 'polkadot-v0.9.12' ################################################################################ # Substrate Dependecies -- gitstuff