git.delta.rocks / unique-network / refs/commits / 0067fc276913

difftreelog

build remove dev deps from foreign-assets

Daniel Shiposha2023-01-26parent: #32b5c84.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
before · Cargo.lock
1017 packageslockfile v3
modifiedpallets/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",