mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-15 10:21:05 +00:00
@@ -17,6 +17,6 @@ path = "src/paged_list.rs"
|
||||
arbitrary = "1.3.0"
|
||||
honggfuzz = "0.5.49"
|
||||
|
||||
frame-support = { version = "4.0.0-dev", default-features = false, features = [ "std" ], path = "../../support" }
|
||||
frame-support = { path = "../../support", default-features = false, features = [ "std" ]}
|
||||
sp-io = { path = "../../../primitives/io", default-features = false, features = [ "std" ] }
|
||||
pallet-paged-list = { path = "../", default-features = false, features = [ "std" ] }
|
||||
pallet-paged-list = { path = "..", default-features = false, features = [ "std" ] }
|
||||
|
||||
Reference in New Issue
Block a user