Skip to content

Commit

Permalink
Merge #21: Public export of serde_json
Browse files Browse the repository at this point in the history
ef9d367 feat(node): export `serde_json` (Rob N)

Pull request description:

  Closes #19

  Users may construct `serde_json::Value` to use with `Client::call`.

ACKs for top commit:
  apoelstra:
    ACK ef9d367; successfully ran local tests
  tcharding:
    ACK ef9d367

Tree-SHA512: f6efdb7342b30591a01ee7b430a5971d563a15a9526ccbbcdbc50ca3b06245af7ecc82476bacc190bb09895b480187f82f1ae3546600c81bb70a46c13c92cc56
  • Loading branch information
tcharding committed Dec 5, 2024
2 parents 4553eec + ef9d367 commit 7511890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use anyhow::Context;
use corepc_client::client_sync::{self, Auth};
use log::{debug, error, warn};
use tempfile::TempDir;
pub use {anyhow, tempfile, which};
pub use {anyhow, serde_json, tempfile, which};

#[rustfmt::skip] // Keep pubic re-exports separate.
#[doc(inline)]
Expand Down

0 comments on commit 7511890

Please sign in to comment.