Skip to content

Commit

Permalink
reexport jsonrpc_v2 lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Nov 8, 2023
1 parent 46ddc32 commit 8d229b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/rpc_client.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use jsonrpc_v2::{Error, Id, RequestObject, V2};
pub use jsonrpc_v2::{Error, Id, RequestObject, V2};
use reqwest::IntoUrl;
use serde::{de::DeserializeOwned, Deserialize, Serialize};
use url::Url;
Expand Down

0 comments on commit 8d229b7

Please sign in to comment.