difftreelog
Merge pull request #859 from UniqueNetwork/fix/remove-dev-deps-from-fa
in: master
2 files changed
Cargo.lockdiffbeforeafterboth6399 "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",pallets/foreign-assets/Cargo.tomldiffbeforeafterboth23xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }23xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }24xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.37", default-features = false }2526[dev-dependencies]27hex = "0.4"28pallet-balances = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }29pallet-timestamp = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }30serde_json = "1.0.68"31sp-core = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }32sp-io = { default-features = false, git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.37" }332534[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 "serde/std",49 "sp-io/std",50 "sp-runtime/std",40 "sp-runtime/std",51 "sp-std/std",41 "sp-std/std",52 "up-data-structs/std",42 "up-data-structs/std",