From e203bfb396ed949f102720debf32fb98166787af Mon Sep 17 00:00:00 2001 From: Mara Broda Date: Tue, 4 Apr 2023 21:36:24 +0200 Subject: [PATCH] fixup --- node/core/pvf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/core/pvf/Cargo.toml b/node/core/pvf/Cargo.toml index 6c6cdb1e3560..471c1e4ad4fd 100644 --- a/node/core/pvf/Cargo.toml +++ b/node/core/pvf/Cargo.toml @@ -43,7 +43,7 @@ sp-maybe-compressed-blob = { git = "https://github.com/paritytech/substrate", br sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" } [build-dependencies] -substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "master" } +substrate-build-script-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.41" } [target.'cfg(target_os = "linux")'.dependencies] tikv-jemalloc-ctl = "0.5.0"