Skip to content

Commit 6bf78d1

Browse files
committed
build: remove deppatcher metadata
1 parent 1220650 commit 6bf78d1

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

pallets/scheduler-v2/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ readme = "README.md"
99
repository = "https://github.com/UniqueNetwork/unique-chain"
1010
version = "0.1.0"
1111

12-
[package.metadata.deppatcher.originals.dev-dependencies]
13-
substrate-test-utils = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
14-
1512
[dependencies]
1613
# Note: `package = "parity-scale-codec"` must be supplied since the `Encode` macro searches for it.
1714
codec = { workspace = true, package = "parity-scale-codec" }

runtime/tests/Cargo.toml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,6 @@ edition = "2021"
33
name = "tests"
44
version = "0.1.1"
55

6-
[package.metadata.deppatcher.originals.dependencies]
7-
frame-support = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
8-
frame-system = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
9-
pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
10-
pallet-ethereum = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
11-
pallet-evm = { git = "https://github.com/uniquenetwork/unique-frontier", branch = "unique-polkadot-v0.9.39" }
12-
pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
13-
pallet-transaction-payment = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
14-
sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
15-
sp-io = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
16-
sp-runtime = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
17-
sp-std = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.39" }
18-
up-sponsorship = { git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }
19-
206
[features]
217
default = ['refungible']
228

0 commit comments

Comments
 (0)