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"