mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-21 08:35:40 +00:00
add storage address and custom error type to core crate
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ console_error_panic_hook = "0.1.7"
|
||||
darling = "0.20.3"
|
||||
derivative = "2.2.0"
|
||||
derive_more = "0.99.17"
|
||||
either = "1.9.0"
|
||||
either = { version = "1.9.0", default-features = false }
|
||||
frame-metadata = { version = "16.0.0", default-features = false }
|
||||
futures = { version = "0.3.30", default-features = false, features = ["std"] }
|
||||
getrandom = { version = "0.2", default-features = false }
|
||||
|
||||
Reference in New Issue
Block a user