mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Rearrange export structure to something a bit more convenient.
This commit is contained in:
Generated
+3
-3
@@ -13,11 +13,11 @@ version = "0.1.0"
|
||||
name = "runtime-polkadot"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"runtime-support 0.1.0",
|
||||
"runtime-std 0.1.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "runtime-support"
|
||||
name = "runtime-std"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"pwasm-alloc 0.1.0",
|
||||
@@ -28,6 +28,6 @@ dependencies = [
|
||||
name = "runtime-test"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"runtime-support 0.1.0",
|
||||
"runtime-std 0.1.0",
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user