Skip to content

Commit

Permalink
fix rpc_builder type
Browse files Browse the repository at this point in the history
  • Loading branch information
magecnion committed Sep 12, 2024
1 parent d83ce57 commit f00b928
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 101 deletions.
128 changes: 28 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ smallvec = "1.10.0"
num_enum = { version = "0.7.0", default-features = false }
clap = { version = "4.2.7" }
futures = "0.3.25"
jsonrpsee = { version = "0.22.5" }
jsonrpsee = { version = "0.23.2" }
log = { version = "0.4.20", default-features = false }
serde = { version = "1.0.163", default-features = false }
sha3 = { version = "0.10.1", default-features = false }
Expand Down

0 comments on commit f00b928

Please sign in to comment.