difftreelog
build remove dev deps from foreign-assets
in: master
2 files changed
Cargo.lockdiffbeforeafterboth6064 "frame-benchmarking",6064 "frame-benchmarking",6065 "frame-support",6065 "frame-support",6066 "frame-system",6066 "frame-system",6067 "hex",6068 "log",6067 "log",6069 "orml-tokens",6068 "orml-tokens",6070 "pallet-balances",6069 "pallet-balances",6071 "pallet-common",6070 "pallet-common",6072 "pallet-fungible",6071 "pallet-fungible",6073 "pallet-timestamp",6074 "parity-scale-codec",6072 "parity-scale-codec",6075 "scale-info",6073 "scale-info",6076 "serde",6074 "serde",6077 "serde_json",6078 "sp-core",6079 "sp-io",6080 "sp-runtime",6075 "sp-runtime",6081 "sp-std",6076 "sp-std",6082 "up-data-structs",6077 "up-data-structs",pallets/foreign-assets/Cargo.tomldiffbeforeafterboth--- a/pallets/foreign-assets/Cargo.toml
+++ b/pallets/foreign-assets/Cargo.toml
@@ -23,14 +23,6 @@
xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
-[dev-dependencies]
-hex = "0.4"
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-serde_json = "1.0.68"
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
-
[features]
default = ["std"]
runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']
@@ -45,7 +37,6 @@
"pallet-fungible/std",
"scale-info/std",
"serde",
- "sp-io/std",
"sp-runtime/std",
"sp-std/std",
"up-data-structs/std",