git.delta.rocks / unique-network / refs/commits / acb95c7c98e6

difftreelog

Merge pull request #859 from UniqueNetwork/fix/remove-dev-deps-from-fa

Yaroslav Bolyukin2023-01-26parents: #21098dd #dc38b79.patch.diff
in: master

2 files changed

modifiedCargo.lockdiffbeforeafterboth
6399 "frame-benchmarking",6399 "frame-benchmarking",
6400 "frame-support",6400 "frame-support",
6401 "frame-system",6401 "frame-system",
6402 "hex",
6403 "log",6402 "log",
6404 "orml-tokens",6403 "orml-tokens",
6405 "pallet-balances",6404 "pallet-balances",
6406 "pallet-common",6405 "pallet-common",
6407 "pallet-fungible",6406 "pallet-fungible",
6408 "pallet-timestamp",
6409 "parity-scale-codec",6407 "parity-scale-codec",
6410 "scale-info",6408 "scale-info",
6411 "serde",6409 "serde",
6412 "serde_json",
6413 "sp-core",
6414 "sp-io",
6415 "sp-runtime",6410 "sp-runtime",
6416 "sp-std",6411 "sp-std",
6417 "up-data-structs",6412 "up-data-structs",
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.37", default-features = false }
 xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }
 
-[dev-dependencies]
-hex = "0.4"
-pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
-pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
-serde_json = "1.0.68"
-sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
-sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }
-
 [features]
 default = ["std"]
 runtime-benchmarks = ['frame-benchmarking', 'pallet-common/runtime-benchmarks']
@@ -45,8 +37,6 @@
 	"pallet-fungible/std",
 	"scale-info/std",
 	"serde",
-	"serde/std",
-	"sp-io/std",
 	"sp-runtime/std",
 	"sp-std/std",
 	"up-data-structs/std",