Use pathbuf for remote externalities (#8480)

* Combine SnapshotConfig string fields name and directory into single PathBuf field named path

* Update Cargo.lock

* fix test build failure
This commit is contained in:
Steve Biedermann
2021-03-29 12:47:34 +02:00
committed by GitHub
parent 7b2cf33b73
commit db74a34877
3 changed files with 16 additions and 69 deletions
-16
View File
@@ -4635,22 +4635,6 @@ dependencies = [
"sp-std",
]
[[package]]
name = "pallet-assets-freezer"
version = "3.0.0"
dependencies = [
"frame-benchmarking",
"frame-support",
"frame-system",
"pallet-assets",
"parity-scale-codec 2.0.1",
"serde",
"sp-core",
"sp-io",
"sp-runtime",
"sp-std",
]
[[package]]
name = "pallet-atomic-swap"
version = "3.0.0"