mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
Fixes to make release work (#1090)
This commit is contained in:
Generated
+251
-217
File diff suppressed because it is too large
Load Diff
@@ -73,6 +73,7 @@ We also assume that ongoing work done is being merged directly to the `master` b
|
||||
|
||||
```
|
||||
(cd metadata && cargo publish) && \
|
||||
(cd lightclient && cargo publish) && \
|
||||
(cd codegen && cargo publish) && \
|
||||
(cd macro && cargo publish) && \
|
||||
(cd subxt && cargo publish) && \
|
||||
|
||||
+1
-1
@@ -116,7 +116,7 @@ sp-runtime = { workspace = true }
|
||||
sp-keyring = { workspace = true }
|
||||
sp-version = { workspace = true }
|
||||
assert_matches = { workspace = true }
|
||||
subxt-signer = { workspace = true, features = ["subxt"] }
|
||||
subxt-signer = { path = "../signer", features = ["subxt"] }
|
||||
# Tracing subscriber is useful for light-client examples to ensure that
|
||||
# the `bootNodes` and chain spec are configured correctly. If all is fine, then
|
||||
# the light-client wlll emit INFO logs with
|
||||
|
||||
Reference in New Issue
Block a user