Skip to content

Commit

Permalink
feat(node): export serde_json
Browse files Browse the repository at this point in the history
  • Loading branch information
rustaceanrob committed Dec 4, 2024
1 parent 4553eec commit ef9d367
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 ef9d367

Please sign in to comment.