Diener workspacify

Signed-off-by: alvicsam <alvicsam@gmail.com>
This commit is contained in:
alvicsam
2023-08-25 11:05:17 +02:00
parent 8ba894c0bc
commit f441a5fc93
422 changed files with 5044 additions and 4598 deletions
+2 -2
View File
@@ -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" ] }