Skip to content

Commit

Permalink
Fix rpc testsg
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Feb 24, 2022
1 parent b3e7b07 commit d330e37
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,6 @@ features = [ "env-filter", "parking_lot" ]
version = "0.17"
optional = true

[dev-dependencies.jsonrpsee]
version = "0.9"
features = [ "http-client" ]

[dev-dependencies.rusty-hook]
version = "0.11"

Expand Down
4 changes: 4 additions & 0 deletions rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ version = "0.1"
[dev-dependencies.bincode]
version = "1.0"

[dev-dependencies.jsonrpsee]
version = "0.9"
features = [ "http-client" ]

[dev-dependencies.rand]
version = "0.8"

Expand Down

0 comments on commit d330e37

Please sign in to comment.