mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 02:31:03 +00:00
Merge remote-tracking branch 'origin/master' into lexnv/light_client_support
This commit is contained in:
+4
-4
@@ -15,7 +15,7 @@ members = [
|
||||
# This cannot be a workspace dependency, because it requires
|
||||
# mutually exclusive jsonrpsee features to work, and workspaces
|
||||
# will aggregate features used across crates:
|
||||
exclude = ["testing/wasm-tests"]
|
||||
exclude = ["testing/wasm-tests", "examples/wasm-example"]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
@@ -51,9 +51,9 @@ jsonrpsee = { version = "0.16" }
|
||||
pretty_assertions = "1.0.0"
|
||||
primitive-types = { version = "0.12.1", default-features = false, features = ["codec", "scale-info", "serde"] }
|
||||
proc-macro-error = "1.0.4"
|
||||
proc-macro2 = "1.0.58"
|
||||
quote = "1.0.27"
|
||||
regex = "1.8.1"
|
||||
proc-macro2 = "1.0.59"
|
||||
quote = "1.0.28"
|
||||
regex = "1.8.3"
|
||||
scale-info = "2.7.0"
|
||||
scale-value = "0.7.0"
|
||||
scale-bits = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user