Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): set default features
Browse files Browse the repository at this point in the history
evilrobot-01 committed Mar 27, 2024
1 parent 4f337e4 commit 5578782
Showing 2 changed files with 18 additions and 163 deletions.
179 changes: 17 additions & 162 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -116,7 +116,7 @@ pallet-xcm = { version = "=8.0.1", default-features = false }
polkadot-cli = "8.0.0"
polkadot-parachain-primitives = { version = "7.0.0", default-features = false }
polkadot-runtime-parachains = { version = "8.0.1", default-features = false }
polkadot-primitives = "8.0.1"
polkadot-primitives = { version = "8.0.1", default-features = false }
polkadot-runtime-common = { version = "8.0.1", default-features = false }
rococo-runtime-constants = { version = "8.0.0", default-features = false }
rococo-runtime = { version = "8.0.0", default-features = false }

0 comments on commit 5578782

Please sign in to comment.