Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
was implicitly turned on before by a dep recently removed (#2949)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilescope authored Jul 28, 2023
1 parent acc3522 commit ddade30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parachains/integration-tests/emulated/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ beefy-primitives = { package = "sp-consensus-beefy", git = "https://github.com/p
# Polkadot
polkadot-core-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-parachain = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-service = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master", features = ["full-node"] }
polkadot-primitives = { default-features = false, git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-runtime-parachains = { git = "https://github.com/paritytech/polkadot", branch = "master" }
polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "master" }
Expand Down

0 comments on commit ddade30

Please sign in to comment.