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
before · Cargo.lock
1083 packageslockfile v3
after · Cargo.lock
1083 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.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",