From de13472fdc25ea92ee52f345095175b2dfc28d44 Mon Sep 17 00:00:00 2001 From: Frank Bell <60948618+evilrobot-01@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:28:49 +0000 Subject: [PATCH] build(deps): fix pop-runtime default features (#42) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa9cfe47..9b3be943 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/polkadot-sdk", b substrate-build-script-utils = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.7.1" } # Local -pop-runtime = { path = "./runtime", default-features = false } +pop-runtime = { path = "./runtime", default-features = true } # default-features=true required for `-p pop-node` builds pop-primitives = { path = "./primitives", default-features = false } # Substrate