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
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6064,19 +6064,14 @@
  "frame-benchmarking",
  "frame-support",
  "frame-system",
- "hex",
  "log",
  "orml-tokens",
  "pallet-balances",
  "pallet-common",
  "pallet-fungible",
- "pallet-timestamp",
  "parity-scale-codec",
  "scale-info",
  "serde",
- "serde_json",
- "sp-core",
- "sp-io",
  "sp-runtime",
  "sp-std",
  "up-data-structs",
modifiedpallets/foreign-assets/Cargo.tomldiffbeforeafterboth
23xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }23xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.36", default-features = false }
25
26[dev-dependencies]
27hex = "0.4"
28pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
29pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
30serde_json = "1.0.68"
31sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
32sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.36" }
3325
34[features]26[features]
35default = ["std"]27default = ["std"]
45 "pallet-fungible/std",37 "pallet-fungible/std",
46 "scale-info/std",38 "scale-info/std",
47 "serde",39 "serde",
48 "sp-io/std",
49 "sp-runtime/std",40 "sp-runtime/std",
50 "sp-std/std",41 "sp-std/std",
51 "up-data-structs/std",42 "up-data-structs/std",