Skip to content

Commit

Permalink
build(deps): fix pop-runtime default features (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 authored Mar 12, 2024
1 parent 0fce3f6 commit de13472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de13472

Please sign in to comment.