More exampels and ensure light client things work. Remove unstable from unstable-light-client

This commit is contained in:
James Wilson
2025-12-16 13:00:42 +00:00
parent 82590b10d1
commit e9bb756605
16 changed files with 262 additions and 41 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ keywords = ["parity", "subxt", "rpcs"]
default = ["jsonrpsee", "native"]
jsonrpsee = ["dep:jsonrpsee", "dep:tokio-util"]
unstable-light-client = [
light-client = [
"dep:subxt-lightclient"
]